nitpickers

pull/601/head
Tobias Diekershoff 2018-05-14 06:59:26 +02:00
parent 8401cfb6f9
commit a74dbd6ad0
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}