]> git.mxchange.org Git - friendica.git/commitdiff
default event publish permissions = personal
authorFriendika <info@friendika.com>
Thu, 9 Jun 2011 08:01:29 +0000 (01:01 -0700)
committerFriendika <info@friendika.com>
Thu, 9 Jun 2011 08:01:29 +0000 (01:01 -0700)
mod/events.php

index b480b7f6bfc2f39bd803ee6a26eca2e29c34e58d..af829c28df6f64d52bd4c640ad8f35370374a9ee 100644 (file)
@@ -54,6 +54,9 @@ function events_post(&$a) {
        $str_contact_deny  = perms2str($_POST['contact_deny']);
 
 
+       // until publishing is ready
+       $str_contact_allow = '<' . local_user() . '>';
+
        if($event_id) {
                $r = q("UPDATE `event` SET
                        `edited` = '%s',