From e17a9f7835798131b31db1d8bf9e85098ea34c6b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Dec 2011 01:57:47 +0100 Subject: [PATCH] Fix: Missing trans --- htdocs/user/passwordforgotten.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index 7c4f6e1323b..1c8c80d8114 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -33,6 +33,7 @@ $langs->load("errors"); $langs->load("users"); $langs->load("companies"); $langs->load("ldap"); +$langs->load("other"); // Security check if ($conf->global->MAIN_SECURITY_DISABLEFORGETPASSLINK)