mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add the menu_default method to app_defaults.php.
This commit is contained in:
@@ -563,12 +563,12 @@
|
||||
$sql .= ") ";
|
||||
$sql .= "values ";
|
||||
$sql .= "(";
|
||||
$sql .= "'".$menu_uuid."', ";
|
||||
$sql .= "'".$this->menu_uuid."', ";
|
||||
$sql .= "'$menu_name', ";
|
||||
$sql .= "'$menu_language', ";
|
||||
$sql .= "'$menu_description' ";
|
||||
$sql .= ");";
|
||||
$this->db->exec(check_sql($sql));
|
||||
$this->db->exec($sql);
|
||||
|
||||
//add the menu items
|
||||
$this->restore();
|
||||
|
||||
Reference in New Issue
Block a user