From: Alexander Ebert Date: Fri, 25 Jan 2013 14:57:59 +0000 (+0100) Subject: Reloads application cache within setup X-Git-Tag: 2.0.0_Beta_1~540^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1380050926a26ba6bebab19c529fe604bd5aa518;p=GitHub%2FWoltLab%2FWCF.git Reloads application cache within setup --- diff --git a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php index 045922725e..e51841c79c 100644 --- a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php +++ b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php @@ -1,5 +1,7 @@ init(); + } + /** * Rebuilds cookie domain/path for all applications. */ diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index daff3c45a9..eaa305db6d 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -310,6 +310,7 @@ class PackageInstallationDispatcher { 'cookiePath' => $path, 'packageID' => $package->packageID )); + ApplicationHandler::getInstance()->reloadCache(); } }