Merged in norah/processmaker/BUG-12021 (pull request #918)

Audit Log correction
This commit is contained in:
Julio Cesar Laura Avendaño
2014-10-13 17:06:17 -04:00

View File

@@ -35,7 +35,7 @@ switch ($request) {
$memcache->delete( 'flagForgotPassword' );
$response->success = true;
G::auditLog("UpdateLoginSettings", "DefaultLanguage->".$lang." EnableForgotPassword->".$_REQUEST['forgotPasswd']);
G::auditLog("UpdateLoginSettings", "DefaultLanguage->".$lang." EnableForgotPassword->".$conf->aConfig['login_enableForgotPassword']);
echo G::json_encode( $response );