Skip to content

Commit a927862

Browse files
author
Thom
committed
Fix typo (#6442)
1 parent 71051f4 commit a927862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/login/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function process_login_request(app $app, &$error, $conf, $module)
177177
if ($app->db->errorMessage != '') $error .= '<br />'.$app->db->errorMessage != '';
178178

179179
$app->plugin->raiseEvent('login_failed', $username);
180-
$app->auth_log('Failed login for user \''. $username .'\ from '. $_SERVER['REMOTE_ADDR'] .' at '. date('Y-m-d H:i:s'));
180+
$app->auth_log('Failed login for user \''. $username .'\' from '. $_SERVER['REMOTE_ADDR'] .' at '. date('Y-m-d H:i:s'));
181181
}
182182
}
183183

0 commit comments

Comments
 (0)