Josh Thompson created VCL-936:
---------------------------------
Summary: 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)