own3mall 7 лет назад
Родитель
Сommit
49831dc196
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      includes/functions.php

+ 1 - 0
includes/functions.php

@@ -873,6 +873,7 @@ function getThemePath()
 }
 
 function updateAllPanelModules(){
+	global $db;
 	if(file_exists('modules/modulemanager/module_handling.php')){
 		require_once('modules/modulemanager/module_handling.php');