only set core version at the end
This commit is contained in:
parent
5c1f572149
commit
8b4d3c065c
|
@ -228,8 +228,6 @@ class Updater extends BasicEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function doCoreUpgrade() {
|
protected function doCoreUpgrade() {
|
||||||
\OC_Config::setValue('version', implode('.', \OC_Util::getVersion()));
|
|
||||||
|
|
||||||
// do the real upgrade
|
// do the real upgrade
|
||||||
\OC_DB::updateDbFromStructure(\OC::$SERVERROOT . '/db_structure.xml');
|
\OC_DB::updateDbFromStructure(\OC::$SERVERROOT . '/db_structure.xml');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue