]> git.mxchange.org Git - friendica.git/commitdiff
fix indentation
authorPhilipp Holzer <admin+github@philipp.info>
Fri, 16 Aug 2019 07:10:05 +0000 (09:10 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Fri, 16 Aug 2019 07:10:05 +0000 (09:10 +0200)
src/App.php

index d70adf27fdafa8daa08a01df9fd354c72bd5b934..f37e185353e0ba38a3cd35dacb4440b50bbad0ba 100644 (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();