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();