summaryrefslogtreecommitdiff
path: root/includes/controller/users_controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controller/users_controller.php')
-rw-r--r--includes/controller/users_controller.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/controller/users_controller.php b/includes/controller/users_controller.php
index 8e0aace7..c5c437ca 100644
--- a/includes/controller/users_controller.php
+++ b/includes/controller/users_controller.php
@@ -77,6 +77,9 @@ function user_password_recovery_controller() {
}
}
+/**
+ * Menu title for password recovery.
+ */
function user_password_recovery_title() {
return _("Password recovery");
}