mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:23:42 +00:00
nitpickers
This commit is contained in:
parent
8401cfb6f9
commit
a74dbd6ad0
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ function notifyall_addon_admin(App $a, &$o)
|
|||
|
||||
function notifyall_post(App $a)
|
||||
{
|
||||
if(! is_site_admin())
|
||||
if(!is_site_admin())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue