[advancedcontentfilter] Fix unknown function "current_theme"

This commit is contained in:
Hypolite Petovan 2018-05-01 08:39:45 -04:00
parent ea9ec0dadf
commit 37c4455c06
2 changed files with 2 additions and 1 deletions

View file

@ -201,6 +201,7 @@ function advancedcontentfilter_content(App $a)
} else {
$t = get_markup_template('settings.tpl', 'addon/advancedcontentfilter/');
return replace_macros($t, [
'$current_theme' => $a->getCurrentTheme(),
'$backtosettings' => L10n::t('Back to Addon Settings'),
'$title' => L10n::t('Advanced Content Filter'),
'$add_a_rule' => L10n::t('Add a Rule'),