fix indentation

This commit is contained in:
Philipp Holzer
2019-08-16 09:10:05 +02:00
parent 30b69f1fc4
commit eaed327c07

View File

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