浏览代码

update script

star7th 9 年之前
父节点
当前提交
a86552d650
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Application/Home/Controller/UpdateController.class.php

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

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