Synchronize the translations.

This commit is contained in:
Mark Crane
2015-06-06 02:37:26 +00:00
parent b38d142349
commit 4699d4c8e8
63 changed files with 1764 additions and 504 deletions

View File

@@ -209,7 +209,7 @@ function load_extensions() {
$x++;
}
}
//if no extension has been assigned then setting user_context will still need to be set
//if no extension has been assigned then setting the user_context will still need to be set
if (strlen($_SESSION['user_context']) == 0) {
if (count($_SESSION['domains']) == 1) {
$_SESSION['user_context'] = "default";