Update app_defaults.php

This commit is contained in:
Alex 2025-03-14 13:37:05 -07:00 committed by GitHub
parent 2d2ce1a15e
commit d3f190cbf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@
unset($sql, $modules, $index, $row); unset($sql, $modules, $index, $row);
//use the module class to get the list of modules from the db and add any missing modules //use the module class to get the list of modules from the db and add any missing modules
if (!empty($setting->get('switch','mod'))) { if (!empty($settings->get('switch','mod'))) {
$module->dir = $setting->get('switch','mod'); $module->dir = $settings->get('switch','mod');
$module->get_modules(); $module->get_modules();
$module->synch(); $module->synch();
$module->xml(); $module->xml();