From: Alexander Ebert Date: Tue, 6 Nov 2012 22:56:29 +0000 (+0100) Subject: Fixed cookie path for newly installed applications X-Git-Tag: 2.0.0_Beta_1~800 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a66a4f9a1188085ec72646285064ee2c8cf0d567;p=GitHub%2FWoltLab%2FWCF.git Fixed cookie path for newly installed applications --- 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