From f4040a5a3a4fd371a230c54e17f819922c9a39b2 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 1 Jan 2016 20:37:33 +0100 Subject: forgotten to give user_status on recursive call in create_user_auth_key, bug detected by @mistic100 --- include/functions_user.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index 915b7dbd0..ba4ed6808 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -1591,7 +1591,7 @@ SELECT } else { - return create_user_auth_key($user_id); + return create_user_auth_key($user_id, $user_status); } } ?> \ No newline at end of file -- cgit v1.2.3