From: Matthias Schmidt Date: Sun, 6 Nov 2016 17:45:48 +0000 (+0100) Subject: Fix code style X-Git-Tag: 3.0.0_Beta_5~66^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=68d5d00336fba63e4e57631688f8158b1e5d5cf2;p=GitHub%2FWoltLab%2FWCF.git Fix code style --- diff --git a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php index 4545da964d..614a102c83 100644 --- a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php +++ b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php @@ -66,7 +66,8 @@ class ApplicationHandler extends SingletonFactory { * @since 3.0 */ public function getApplicationByID($packageID) { - if ($packageID == 1 && !isset($this->cache['application'][1])) {// work-around for update from 2.1 (out-dated cache) + // work-around for update from 2.1 (out-dated cache) + if ($packageID == 1 && !isset($this->cache['application'][1])) { $this->cache['application'][1] = new Application(1); } if (isset($this->cache['application'][$packageID])) {