mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 10:43:40 +00:00
Merge pull request #578 from tobiasd/20180409-hidinginacatsshadow
added missing dot
This commit is contained in:
commit
5d48282d46
1 changed files with 1 additions and 1 deletions
|
@ -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