mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
This should complete work for setting module order for existing systems.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
$mod = $module->info($row['module_name']);
|
||||
//update the module order
|
||||
$sql = "update v_modules set ";
|
||||
$sql .= "module_order = '".$mod['module_order']."', ";
|
||||
$sql .= "module_order = '".$mod['module_order']."' ";
|
||||
$sql .= "where module_uuid = '".$row['module_uuid']."' ";
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
|
||||
Reference in New Issue
Block a user