Authentication : change the gettext
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2987 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -187,7 +187,8 @@ class authentication
|
||||
LOG_WARNING,
|
||||
"Logging error for '$authparams->email' (REST) : $res");
|
||||
// Authentication error
|
||||
throw new \Exception (_("Authentication error"), 403);
|
||||
throw new \Exception (dgettext ("domframework",
|
||||
"Authentication error"), 403);
|
||||
}
|
||||
return $res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user