fix indentation

This commit is contained in:
Philipp Holzer 2019-08-16 09:10:05 +02:00
parent 30b69f1fc4
commit eaed327c07
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

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