Parcourir la source

set the installed version after updating the database

tags/v3.0
Robin Appelman il y a 12 ans
Parent
révision
c6aa0f9854
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      lib/base.php

+ 1
- 0
lib/base.php Voir le fichier

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

Chargement…
Annuler
Enregistrer