diff --git a/src/App.php b/src/App.php index 655ea84f00..f93ae2b9f8 100644 --- a/src/App.php +++ b/src/App.php @@ -1095,9 +1095,10 @@ class App return ''; } - if (!$this->current_theme) { - $this->computeCurrentTheme(); - } + //// @TODO Compute the current theme only once (this behavior has + /// already been implemented, but it didn' work well - + /// https://github.com/friendica/friendica/issues/5092) + $this->computeCurrentTheme(); return $this->current_theme; }