mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Change $setting to $settings (#7318)
* Change $setting to $settings * Update app_defaults.php * Update fax_queue.php * Update xml_cdr.php * Update email_queue.php * Update transcribe.php * Update send.php * Update fax_queue.php * Update fax_send.php * Update app_defaults.php * Update email_queue.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php * Update app_defaults.php
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
unset($sql, $modules, $index, $row);
|
||||
|
||||
//use the module class to get the list of modules from the db and add any missing modules
|
||||
if (!empty($setting->get('switch','mod'))) {
|
||||
$module->dir = $setting->get('switch','mod');
|
||||
if (!empty($settings->get('switch','mod'))) {
|
||||
$module->dir = $settings->get('switch','mod');
|
||||
$module->get_modules();
|
||||
$module->synch();
|
||||
$module->xml();
|
||||
|
||||
Reference in New Issue
Block a user