aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_user.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_user.inc.php')
-rw-r--r--include/functions_user.inc.php2
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'];