diff options
author | friendica <info@friendica.com> | 2012-02-08 03:40:49 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-08 03:40:49 -0800 |
commit | bb22464165daed42826d7e11c47006a9cf4094d5 (patch) | |
tree | 7332aac99bb7cc8153f0d902ec33dd3abf1ad6b2 /mod | |
parent | e92e3658b2bbb94a4b5f135f12f3772db1401428 (diff) | |
download | volse-hubzilla-bb22464165daed42826d7e11c47006a9cf4094d5.tar.gz volse-hubzilla-bb22464165daed42826d7e11c47006a9cf4094d5.tar.bz2 volse-hubzilla-bb22464165daed42826d7e11c47006a9cf4094d5.zip |
browser being sent to update_community
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/community.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/community.php b/mod/community.php index d578b469f..a98999942 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 .= '<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; } |