From: Hypolite Petovan Date: Sun, 6 Oct 2019 12:46:56 +0000 (-0400) Subject: Add necessary required_once statement in theme/vier/config.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca6518157758998faeda53198e47038d30045682;p=friendica.git Add necessary required_once statement in theme/vier/config.php - Vier config.php depends on a function declared in theme.php --- diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index d34a447d5e..9b19ae6a99 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -10,6 +10,8 @@ use Friendica\Core\PConfig; use Friendica\Core\Renderer; use Friendica\Core\System; +require_once __DIR__ . '/theme.php'; + function theme_content(App $a) { if (!local_user()) {