]> git.mxchange.org Git - friendica.git/commitdiff
browser being sent to update_community
authorfriendica <info@friendica.com>
Wed, 8 Feb 2012 11:40:49 +0000 (03:40 -0800)
committerfriendica <info@friendica.com>
Wed, 8 Feb 2012 11:40:49 +0000 (03:40 -0800)
mod/community.php

index d578b469f8c1393183a9c703cda6cb3dfa90fa85..a9899994202848cf1c015555f6f472db173fd3ea 100755 (executable)
@@ -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 .= '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
-
        return $o;
 }