shorten some code (not really important)

This commit is contained in:
modus75 2016-01-16 17:20:43 +01:00
parent ac37eb5a50
commit 4bf51fc8e0
2 changed files with 3 additions and 10 deletions

View file

@ -1517,7 +1517,7 @@ SELECT
$user['id'] = $key['user_id'];
log_user($user['id'], false);
trigger_notify('login_success', stripslashes($key['username']));
trigger_notify('login_success', $key['username']);
// to be registered in history table by pwg_log function
$page['auth_key_id'] = $key['auth_key_id'];