Merge pull request #7708 from MrPetovan/bug/7707-vier-fix-config

[vier] Add necessary required_once statement in theme/vier/config.php
This commit is contained in:
Tobias Diekershoff 2019-10-06 14:57:12 +02:00 committed by GitHub
commit f13a5c0cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View 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()) {