summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-15 16:07:22 +0300
committerAndrew Dolgov <[email protected]>2021-02-15 16:07:22 +0300
commit8e79f1717d5270558ffd30c20cc75840b0ecc955 (patch)
tree786fe2b4888af052ad5d3dac66d8fa9650cd5399 /classes/handler/public.php
parent5704deb460f740ed56be5ae4dbddbf5296a9c603 (diff)
prefs: unify naming
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index b11c8ba04..ea2a0c5ef 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -950,7 +950,7 @@ class Handler_Public extends Handler {
WHERE id = ?");
$sth->execute([$id]);
- Pref_Users::resetUserPassword($id, true);
+ Pref_Users::_reset_password($id, true);
print "<p>"."Completed."."</p>";