From eaed327c07457ffbd3dd811e2bef26023946df2d Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Fri, 16 Aug 2019 09:10:05 +0200 Subject: [PATCH] fix indentation --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index d70adf27fd..f37e185353 100644 --- a/src/App.php +++ b/src/App.php @@ -260,7 +260,7 @@ class App $this->argc = $args->getArgc(); $this->query_string = $args->getQueryString(); $this->module = $module->getName(); - $this->page = $page; + $this->page = $page; $this->is_mobile = $mobileDetect->isMobile(); $this->is_tablet = $mobileDetect->isTablet();