diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-02-08 19:11:11 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-02-08 19:11:11 +0100 |
commit | 9436a9d84b6167184260245aac9d955833d248ad (patch) | |
tree | 66d43970af7ec0c33c2d85fb67251cd5068df686 | |
parent | 1eb32a0bb58bc61afcb82e8d40bfb862e5a23472 (diff) | |
parent | bb22464165daed42826d7e11c47006a9cf4094d5 (diff) | |
download | volse-hubzilla-9436a9d84b6167184260245aac9d955833d248ad.tar.gz volse-hubzilla-9436a9d84b6167184260245aac9d955833d248ad.tar.bz2 volse-hubzilla-9436a9d84b6167184260245aac9d955833d248ad.zip |
Merge branch 'master' of https://github.com/friendica/friendica
-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; } |