From: Volkan Gezer Date: Mon, 28 Apr 2014 18:23:18 +0000 (+0200) Subject: Update outdated comment X-Git-Tag: v7.0.0alpha2~338^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e7c6111ae3810e2d89edcced58fb35198c39f8c2;p=nextcloud-server.git Update outdated comment --- diff --git a/lib/private/updater.php b/lib/private/updater.php index a59e3820deb..7b09f580176 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -117,7 +117,7 @@ class Updater extends BasicEmitter { * START CONFIG CHANGES FOR OLDER VERSIONS */ if (!\OC::$CLI && version_compare($installedVersion, '6.90.1', '<')) { - // 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()))); }