fix undeclared variables or wrong variable names (/view)
This commit is contained in:
parent
7e15a9f0f5
commit
02ef222fe1
5 changed files with 15 additions and 16 deletions
|
@ -67,8 +67,7 @@ function clean_form(App $a, &$colorset, $user)
|
|||
}
|
||||
|
||||
$t = get_markup_template("theme_settings.tpl");
|
||||
/// @TODO No need for adding string here, $o is not defined
|
||||
$o .= replace_macros($t, [
|
||||
$o = replace_macros($t, [
|
||||
'$submit' => L10n::t('Submit'),
|
||||
'$baseurl' => System::baseUrl(),
|
||||
'$title' => L10n::t("Theme settings"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue