From e6e54af29787d2605a963645e9f4bfa502c90e59 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 27 Dec 2012 01:19:05 +0100 Subject: [PATCH] Fixed routes not properly handling ACP requests --- .../files/lib/system/request/RequestHandler.class.php | 3 +-- wcfsetup/install/files/lib/system/request/Route.class.php | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/lib/system/request/RequestHandler.class.php b/wcfsetup/install/files/lib/system/request/RequestHandler.class.php index 32839ea4f9..6c49d06fb6 100644 --- a/wcfsetup/install/files/lib/system/request/RequestHandler.class.php +++ b/wcfsetup/install/files/lib/system/request/RequestHandler.class.php @@ -1,13 +1,12 @@ isACPRequest()) { $landingPage = PageMenu::getInstance()->getLandingPage(); if ($landingPage !== null && ($landingPage->getController() == $components['controller'])) { $ignoreController = true; -- 2.20.1