X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fevents.php;h=242f27f135b59b3cf987bfe402037a053b361372;hb=5f89cb09234bc79aab2be93778609b344239c3da;hp=e9e1af05d8044bd26b86ddfd99a50f736fddbdca;hpb=9a22b4818e0a406c89ff1cc84be4232c8a979f78;p=friendica.git diff --git a/mod/events.php b/mod/events.php index e9e1af05d8..242f27f135 100644 --- a/mod/events.php +++ b/mod/events.php @@ -507,7 +507,7 @@ function events_content(&$a) { '$sh_text' => t('Share this event'), '$sh_checked' => $sh_checked, '$preview' => t('Preview'), - '$acl' => (($cid) ? '' : populate_acl(((x($orig_event)) ? $orig_event : $a->user),false)), + '$acl' => (($cid) ? '' : populate_acl(((x($orig_event)) ? $orig_event : $a->user))), '$submit' => t('Submit') ));