fix undeclared variables or wrong variable names (/mod)
This commit is contained in:
parent
ab7646016b
commit
2e03a3a47f
22 changed files with 29 additions and 24 deletions
|
|
@ -38,6 +38,8 @@ function editpost_content(App $a) {
|
|||
return;
|
||||
}
|
||||
|
||||
$geotag = '';
|
||||
|
||||
$o .= replace_macros(get_markup_template("section_title.tpl"),[
|
||||
'$title' => L10n::t('Edit post')
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue