From: Alexander Ebert Date: Sun, 4 Nov 2012 02:54:29 +0000 (+0100) Subject: Fixed cookieDomain and cookiePath for applications X-Git-Tag: 2.0.0_Beta_1~821^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=825426414e8acfaae1c4a669c5b1fd604b9d0a2f;p=GitHub%2FWoltLab%2FWCF.git Fixed cookieDomain and cookiePath for applications --- 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 )); }