From ca6518157758998faeda53198e47038d30045682 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 6 Oct 2019 08:46:56 -0400 Subject: [PATCH] Add necessary required_once statement in theme/vier/config.php - Vier config.php depends on a function declared in theme.php --- view/theme/vier/config.php | 2 ++ 1 file changed, 2 insertions(+) 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()) {