Removed outdated property
authorAlexander Ebert <ebert@woltlab.com>
Sat, 22 Oct 2016 21:31:17 +0000 (23:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 22 Oct 2016 21:31:17 +0000 (23:31 +0200)
wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php

index a089c5e7db896d62aec57d0eafd32488bb89bedc..16b402b45e8fb92604f0179501cf9b06d9589aa6 100644 (file)
@@ -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])) {