added missing dot

This commit is contained in:
Tobias Diekershoff 2018-04-09 15:16:52 +02:00
parent 8b7aa41ac5
commit 0ff44594c8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function catavatar_addon_settings(App $a, &$s)
}
$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']),
'$uncache' => time(),
'$uid' => local_user(),