[Pkg-owncloud-commits] [owncloud] 103/121: only set core version at the end

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 16:44:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 2facba644ea3d3494990e2e0bcae8aa9e4e7227c
Author: Robin Appelman <icewind at owncloud.com>
Date:   Mon Aug 4 13:42:16 2014 +0200

    only set core version at the end
---
 lib/private/updater.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/private/updater.php b/lib/private/updater.php
index d0ca4a5..520afb4 100644
--- a/lib/private/updater.php
+++ b/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');
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list