forked from friendica/friendica-addons
added missing dot
This commit is contained in:
parent
8b7aa41ac5
commit
0ff44594c8
|
@ -50,7 +50,7 @@ function catavatar_addon_settings(App $a, &$s)
|
||||||
}
|
}
|
||||||
|
|
||||||
$t = get_markup_template('settings.tpl', 'addon/catavatar/');
|
$t = get_markup_template('settings.tpl', 'addon/catavatar/');
|
||||||
$s = replace_macros ($t, [
|
$s .= replace_macros ($t, [
|
||||||
'$postpost' => !empty($_POST['catavatar-morecat']) || !empty($_POST['catavatar-emailcat']),
|
'$postpost' => !empty($_POST['catavatar-morecat']) || !empty($_POST['catavatar-emailcat']),
|
||||||
'$uncache' => time(),
|
'$uncache' => time(),
|
||||||
'$uid' => local_user(),
|
'$uid' => local_user(),
|
||||||
|
|
Loading…
Reference in a new issue