소스 검색

Minor Fixes

own3mall 7 년 전
부모
커밋
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');