BUG-12021 Corrections Audit Log

Authentication Source Name
This commit is contained in:
norahmollo
2014-10-08 15:23:38 -04:00
parent 0fae3652d3
commit 7df77949fd
3 changed files with 7 additions and 5 deletions

View File

@@ -231,7 +231,7 @@ try {
$userInstance->update($userData);
$msg = $_REQUEST['NEW_USR_STATUS'] == 'ACTIVE'? "Enable User" : "Disable User";
g::auditLog($msg, $userData['USR_USERNAME']." (".$userData['USR_UID'].") ");
G::auditLog($msg, $userData['USR_USERNAME']." (".$userData['USR_UID'].") ");
$response->status = 'OK';
} else {
$response->status = 'ERROR';