Merge pull request #578 from tobiasd/20180409-hidinginacatsshadow

added missing dot
This commit is contained in:
Hypolite Petovan 2018-04-09 09:20:27 -04:00 committed by GitHub
commit 5d48282d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(),