mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-09 01:58:44 +00:00
Synchronize the translations.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
-- Riccardo Granchi <riccardo.granchi@nems.it>
|
||||
|
||||
--debug
|
||||
debug["info"] = true;
|
||||
debug["info"] = false;
|
||||
debug["sql"] = false;
|
||||
|
||||
--include config.lua
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user