only set core version at the end

This commit is contained in:
Robin Appelman 2014-08-04 13:42:16 +02:00
parent 5c1f572149
commit 8b4d3c065c
1 changed files with 0 additions and 2 deletions

View File

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