X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcommunity.php;h=b6d72a35555a64f375b1402fc3188c93357c3579;hb=a3960bda371c8083bad2ed422169282fed004d24;hp=86bd18c869aab5fd238a842264d1eb5f921e5c30;hpb=885dc1df81c9ab752f9f5d66894786944184a9c9;p=friendica.git diff --git a/mod/community.php b/mod/community.php index 86bd18c869..b6d72a3555 100644 --- a/mod/community.php +++ b/mod/community.php @@ -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;