Add the include for the class.

This commit is contained in:
markjcrane 2016-05-26 11:23:53 -06:00
parent c92606353e
commit 4ddfb68822
1 changed files with 2 additions and 1 deletions

View File

@ -1432,7 +1432,8 @@ if (!function_exists('save_switch_xml')) {
save_setting_xml();
}
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/modules/app_config.php")) {
$module new modules;;
require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."app/modules/resources/classes/modules.php";
$module new modules;
$module->xml();
}
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/vars/app_config.php")) {