소스 검색

missing text class include

luis daniel lucio quiroz 10 년 전
부모
커밋
f72bac457b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      core/upgrade/upgrade_schema.php

+ 2 - 1
core/upgrade/upgrade_schema.php

@@ -34,6 +34,7 @@
 		$document_root = $matches[1];
 		set_include_path($document_root);
 		require_once "resources/require.php";
+		require_once "resources/classes/text.php";
 		$_SERVER["DOCUMENT_ROOT"] = $document_root;
 		$format = 'text'; //html, text
 
@@ -70,4 +71,4 @@ if (!$included && $format == 'html') {
 	require_once "resources/footer.php";
 }
 
-?>
+?>