From 02f9e6efcc24f388e90acc232411325569cda98c Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 22 Oct 2016 23:31:17 +0200 Subject: [PATCH] Removed outdated property --- .../files/lib/system/application/ApplicationHandler.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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])) { -- 2.20.1