[Pkg-owncloud-commits] [owncloud] 126/145: Adjust version for stable6

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 16:27:47 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 fb1ebf13c6048e68035b0df32044c26f70353a08
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Sat Feb 22 08:09:49 2014 +0100

    Adjust version for stable6
---
 lib/private/updater.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/updater.php b/lib/private/updater.php
index f05d503..a34df94 100644
--- a/lib/private/updater.php
+++ b/lib/private/updater.php
@@ -106,7 +106,7 @@ class Updater extends BasicEmitter {
 		/*
 		 * START CONFIG CHANGES FOR OLDER VERSIONS
 		 */
-		if (version_compare($currentVersion, '6.90.1', '<')) {
+		if (version_compare($currentVersion, '6.00.1', '<')) {
 			// Add the overwriteHost config if it is not existant
 			// This is added to prevent host header poisoning
 			\OC_Config::setValue('trusted_domains', \OC_Config::getValue('trusted_domains', array(\OC_Request::serverHost()))); 

-- 
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