Commit 2feefcbd authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5753-language-is-not-handled-correctly-in-webservice' into '1.3-dev'

Resolve "Language is not handled correctly in webservice"

See merge request fusiondirectory/fd-plugins!111

(cherry picked from commit 1df1a5a0)

1113f7fe :ambulance: fix(webservice): Language init was missing after login step
Showing with 1 addition and 0 deletions
+1 -0
......@@ -69,6 +69,7 @@ function initiateRPCSession($id = NULL, $ldap = NULL, $user = NULL, $pwd = NULL)
$config = session::global_get('config');
$plist = session::global_get('plist');
$ui = session::global_get('ui');
initLanguage();
} else {
$config = new config(CONFIG_DIR."/".CONFIG_FILE, $BASE_DIR);
if ($ldap === NULL) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment