소스 검색

Merge branch 'master' of https://github.com/star7th/showdoc

star7th 9 년 전
부모
커밋
9f0f14ea03
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Application/Home/Controller/UpdateController.class.php

+ 1 - 0
Application/Home/Controller/UpdateController.class.php

@@ -119,6 +119,7 @@ class UpdateController extends BaseController {
     //转移mysql的数据到sqlite
     public function toSqlite(){
         clear_runtime();
+        $this->mysql();
         if (strtolower(C("DB_TYPE")) == 'mysql' ) {
             $this->mysql();
             $this->_moveTable("catalog");