浏览代码

set the installed version after updating the database

tags/v3.0
Robin Appelman 12 年前
父节点
当前提交
c6aa0f9854
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lib/base.php

+ 1
- 0
lib/base.php 查看文件

@@ -156,6 +156,7 @@ class OC{
$currentVersion=implode('.',OC_Util::getVersion());
if (version_compare($currentVersion, $installedVersion, '>')) {
OC_DB::updateDbFromStructure('../db_structure.xml');
OC_Config::setValue('version',implode('.',OC_Util::getVersion()));
}

ini_set('session.cookie_httponly','1;');

正在加载...
取消
保存