]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Events: Now with guid.
[friendica.git] / mod / community.php
index 86bd18c869aab5fd238a842264d1eb5f921e5c30..b6d72a35555a64f375b1402fc3188c93357c3579 100644 (file)
@@ -14,6 +14,10 @@ function community_content(&$a, $update = 0) {
 
        $o = '';
 
+       // Currently the community page isn't able to handle update requests
+       if ($update)
+               return;
+
        if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
                notice( t('Public access denied.') . EOL);
                return;