From: Matthias Schmidt Date: Sun, 18 Sep 2016 12:46:51 +0000 (+0200) Subject: Fix code style issues (continued) X-Git-Tag: 3.0.0_Beta_1~103 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=83e77500d4a3bccc43afeb319a325648efa94aa3;p=GitHub%2FWoltLab%2FWCF.git Fix code style issues (continued) --- diff --git a/wcfsetup/install/files/lib/system/page/handler/TDecoratedCategoryOnlineLocationPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/TDecoratedCategoryOnlineLocationPageHandler.class.php index 98cda3126d..b85151dbbb 100644 --- a/wcfsetup/install/files/lib/system/page/handler/TDecoratedCategoryOnlineLocationPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/TDecoratedCategoryOnlineLocationPageHandler.class.php @@ -51,4 +51,4 @@ trait TDecoratedCategoryOnlineLocationPageHandler { return WCF::getLanguage()->getDynamicVariable('wcf.page.onlineLocation.'.$page->identifier, ['category' => $category]); } -} \ No newline at end of file +}