소스 검색

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;');

Loading…
취소
저장