From 825426414e8acfaae1c4a669c5b1fd604b9d0a2f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 4 Nov 2012 03:54:29 +0100 Subject: [PATCH] Fixed cookieDomain and cookiePath for applications --- .../lib/system/package/PackageInstallationDispatcher.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index 6b95d8ae81..4bc6115dbc 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -288,6 +288,8 @@ class PackageInstallationDispatcher { ApplicationEditor::create(array( 'domainName' => $host, 'domainPath' => $path, + 'cookieDomain' => $host, + 'cookiePath' => $path, 'packageID' => $package->packageID )); } -- 2.20.1