Fixed cookieDomain and cookiePath for applications
authorAlexander Ebert <ebert@woltlab.com>
Sun, 4 Nov 2012 02:54:29 +0000 (03:54 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 4 Nov 2012 02:54:29 +0000 (03:54 +0100)
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php

index 6b95d8ae81d1214e0cb998066edb0e29a4b24ab4..4bc6115dbcd989eedc8a64e8f0a643614f7342a8 100644 (file)
@@ -288,6 +288,8 @@ class PackageInstallationDispatcher {
                                ApplicationEditor::create(array(
                                        'domainName' => $host,
                                        'domainPath' => $path,
+                                       'cookieDomain' => $host,
+                                       'cookiePath' => $path,
                                        'packageID' => $package->packageID
                                ));
                        }