fix indentation
This commit is contained in:
parent
30b69f1fc4
commit
eaed327c07
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue