fix indentation

pull/7519/head
Philipp Holzer 4 years ago
parent 30b69f1fc4
commit eaed327c07
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90

@ -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…
Cancel
Save