diff options
author | modus75 <modus75@users.noreply.github.com> | 2016-01-16 17:20:43 +0100 |
---|---|---|
committer | modus75 <modus75@users.noreply.github.com> | 2016-01-16 17:20:43 +0100 |
commit | 4bf51fc8e0ce6facc2a2b8037b3dd1f444121c17 (patch) | |
tree | c2fd17ef577045f8449f61606d3df5a267c5a878 /include/functions_user.inc.php | |
parent | ac37eb5a504fda978d5090ef2db7da9b7fd6a58b (diff) |
shorten some code (not really important)
Diffstat (limited to '')
-rw-r--r-- | include/functions_user.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index 87ed8bf08..65ddef1ca 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -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']; |