]> git.mxchange.org Git - friendica.git/commitdiff
Add necessary required_once statement in theme/vier/config.php
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 6 Oct 2019 12:46:56 +0000 (08:46 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 6 Oct 2019 12:46:56 +0000 (08:46 -0400)
- Vier config.php depends on a function declared in theme.php

view/theme/vier/config.php

index d34a447d5eeca4f000c730617b2e2ac4658367f2..9b19ae6a990e26ab49189aa819ea81961d6c9346 100644 (file)
@@ -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()) {