1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

prefs: unify naming

This commit is contained in:
Andrew Dolgov
2021-02-15 16:07:22 +03:00
parent 5704deb460
commit 8e79f1717d
7 changed files with 36 additions and 36 deletions

View File

@@ -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>";