From 0fdd7f96fa5ea3b40c949169c83282c3a9ba44d9 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 20 Apr 2016 17:24:43 +0200 Subject: [PATCH] Made WCF::isLandingPage() static --- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index b00f975c83..a265241116 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -920,7 +920,7 @@ class WCF { * * @return boolean */ - public function isLandingPage() { + public static function isLandingPage() { return RequestHandler::getInstance()->getActiveRequest()->isLandingPage(); } -- 2.20.1