forgotten to give user_status on recursive call in create_user_auth_key, bug detected by @mistic100

This commit is contained in:
plegall
2016-01-01 20:37:33 +01:00
parent 4aeedb5a2e
commit f4040a5a3a
+1 -1
View File
@@ -1591,7 +1591,7 @@ SELECT
}
else
{
return create_user_auth_key($user_id);
return create_user_auth_key($user_id, $user_status);
}
}
?>