only set core version at the end

remotes/origin/fix-10825
Robin Appelman 11 years ago
parent 5c1f572149
commit 8b4d3c065c
  1. 2
      lib/private/updater.php

@ -228,8 +228,6 @@ class Updater extends BasicEmitter {
}
protected function doCoreUpgrade() {
\OC_Config::setValue('version', implode('.', \OC_Util::getVersion()));
// do the real upgrade
\OC_DB::updateDbFromStructure(\OC::$SERVERROOT . '/db_structure.xml');

Loading…
Cancel
Save