From: Alexander Ebert Date: Fri, 5 Apr 2013 23:45:50 +0000 (+0200) Subject: Fixed typo X-Git-Tag: 2.0.0_Beta_1~390^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=67e64160abd6cf771084a00323d348645e4fbac0;p=GitHub%2FWoltLab%2FWCF.git Fixed typo --- diff --git a/wcfsetup/install/files/lib/system/request/LinkHandler.class.php b/wcfsetup/install/files/lib/system/request/LinkHandler.class.php index a4bb5ca57b..f9c96d38e7 100644 --- a/wcfsetup/install/files/lib/system/request/LinkHandler.class.php +++ b/wcfsetup/install/files/lib/system/request/LinkHandler.class.php @@ -66,7 +66,7 @@ class LinkHandler extends SingletonFactory { $appendSession = false; } } - if (isset($parameters['forceFrontend'])) {{ + if (isset($parameters['forceFrontend'])) { $isACP = false; $appendSession = false; }