From: Alexander Ebert Date: Sat, 22 Oct 2016 21:31:17 +0000 (+0200) Subject: Removed outdated property X-Git-Tag: 3.0.0_Beta_4~31 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=02f9e6efcc24f388e90acc232411325569cda98c;p=GitHub%2FWoltLab%2FWCF.git Removed outdated property --- diff --git a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php index a089c5e7db..16b402b45e 100644 --- a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php +++ b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php @@ -106,8 +106,7 @@ class ApplicationHandler extends SingletonFactory { return new Application(null, [ 'domainName' => $host, 'domainPath' => $path, - 'cookieDomain' => $host, - 'cookiePath' => $path + 'cookieDomain' => $host ]); } else if (isset($this->cache['application'][PACKAGE_ID])) {