]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Merge pull request #5109 from rabuzarus/20180522_-_frio_nav_about_instance
[friendica.git] / src / App.php
index 07e776745535f1b60039a71ca1f7270c9ca6f7a4..655ea84f00d958008c6d7c8fffcf6d0ed8adb1a6 100644 (file)
@@ -1091,6 +1091,10 @@ class App
         */
        public function getCurrentTheme()
        {
+               if ($this->mode == App::MODE_INSTALL) {
+                       return '';
+               }
+
                if (!$this->current_theme) {
                        $this->computeCurrentTheme();
                }