]> git.mxchange.org Git - friendica.git/blobdiff - mod/events.php
The autofollow option is moved from the addons to the core.
[friendica.git] / mod / events.php
index e9e1af05d8044bd26b86ddfd99a50f736fddbdca..242f27f135b59b3cf987bfe402037a053b361372 100644 (file)
@@ -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')
 
                ));