[Pkg-owncloud-commits] [owncloud] 08/20: Update outdated comment

David Prévot taffit at moszumanska.debian.org
Tue Apr 29 17:37:54 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 65ea07fc5491628d7fb28885a52215afcef1f95f
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Mon Apr 28 20:24:17 2014 +0200

    Update outdated comment
---
 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 95ebd4d..404ce46 100644
--- a/lib/private/updater.php
+++ b/lib/private/updater.php
@@ -114,7 +114,7 @@ class Updater extends BasicEmitter {
 		 * START CONFIG CHANGES FOR OLDER VERSIONS
 		 */
 		if (!\OC::$CLI && version_compare($installedVersion, '6.00.4', '<')) {
-			// Add the overwriteHost config if it is not existant
+			// Add the trusted_domains 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