summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-05 20:09:06 +0300
committerAndrew Dolgov <[email protected]>2019-03-05 20:09:06 +0300
commitef6d2b8a4efe2a0114e6c7c02d6522b358646c8c (patch)
tree542e5d76d295716cf2efcc675930ae0ec54af2f2 /classes/handler/public.php
parent2b5441359970ac2e6d4793534031da5e5e159dc7 (diff)
update notifications to make them more visible
cleanup some minor stuff in pref-users
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index a8369f440..99c605dee 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -1051,8 +1051,6 @@ class Handler_Public extends Handler {
$sth->execute([$resetpass_token_full, $login, $email]);
- //Pref_Users::resetUserPassword($id, false);
-
} else {
print_error("User ID not found.");
}