From a66a4f9a1188085ec72646285064ee2c8cf0d567 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 6 Nov 2012 23:56:29 +0100 Subject: [PATCH] Fixed cookie path for newly installed applications --- .../lib/system/package/PackageInstallationDispatcher.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index 4bc6115dbc..8080840772 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -630,7 +630,8 @@ class PackageInstallationDispatcher { $application = new Application($this->getPackage()->packageID); $applicationEditor = new ApplicationEditor($application); $applicationEditor->update(array( - 'domainPath' => $domainPath + 'domainPath' => $domainPath, + 'cookiePath' => $domainPath )); // create directory and set permissions -- 2.20.1