mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
BugFix [master] - Convert all menus to 2-2 format (#2627)
convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
This commit is contained in:
@@ -404,7 +404,7 @@ if (!class_exists('menu')) {
|
||||
//get the database connnection
|
||||
$db = $this->db;
|
||||
|
||||
//database ojbect does not exist return immediately
|
||||
//database object does not exist return immediately
|
||||
if (!$db) { return Array(); }
|
||||
|
||||
//if there are no groups then set the public group
|
||||
|
||||
Reference in New Issue
Block a user