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:
2016-08-03 11:37:48 +00:00
parent 0c3a2ebc7a
commit dbb20f8cd7

View File

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