From: friendica Date: Wed, 8 Feb 2012 11:40:49 +0000 (-0800) Subject: browser being sent to update_community X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb22464165daed42826d7e11c47006a9cf4094d5;p=friendica.git browser being sent to update_community --- diff --git a/mod/community.php b/mod/community.php index d578b469f8..a989999420 100755 --- a/mod/community.php +++ b/mod/community.php @@ -80,12 +80,10 @@ function community_content(&$a, $update = 0) { // we behave the same in message lists as the search module - $o .= conversation($a,$r,'community',false); + $o .= conversation($a,$r,'community',$update); $o .= paginate($a); -// $o .= '
' . t('Shared content is covered by the Creative Commons Attribution 3.0 license.') . '
'; - return $o; }