[
https://issues.apache.org/jira/browse/VCL-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Thompson resolved VCL-936.
-------------------------------
Resolution: Fixed
> cannot update management node sysadmin or shadow email addresses
> ----------------------------------------------------------------
>
> Key: VCL-936
> URL: https://issues.apache.org/jira/browse/VCL-936
> Project: VCL
> Issue Type: Bug
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.5
>
>
> When editing information about a management node, there is an error when
> trying to update the sysadmin or shadow email addresses. The AJsaveResource
> function in managementnode.php references an array named $esc, but it is not
> defined. Adding the following to at the top of the first else block in the
> function fixes the problem:
> $esc = array('sysadminemail' =>
> mysql_real_escape_string($data['sysadminemail']),
> 'sharedmailbox' => mysql_real_escape_string($data['sharedmailbox']));
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)