diff options
author | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-04-28 20:23:18 +0200 |
---|---|---|
committer | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-04-28 20:23:18 +0200 |
commit | e7c6111ae3810e2d89edcced58fb35198c39f8c2 (patch) | |
tree | 00e9642fb342b2cd79d10784f83050f0713878a8 /lib/private/updater.php | |
parent | e055a411ea4b2a32dcf20c910d332867dc91f516 (diff) | |
download | nextcloud-server-e7c6111ae3810e2d89edcced58fb35198c39f8c2.tar.gz nextcloud-server-e7c6111ae3810e2d89edcced58fb35198c39f8c2.zip |
Update outdated comment
Diffstat (limited to 'lib/private/updater.php')
-rw-r--r-- | lib/private/updater.php | 2 |
1 files changed, 1 insertions, 1 deletions
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()))); } |