]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / mod / group.php
index 906d649a6b602127b7c0cb17b45c1f2188a26a67..4a447713dc055d5c9ea5f7a0f5322cb40088159f 100644 (file)
@@ -172,8 +172,6 @@ function group_content(&$a) {
                        '$form_security_token' => get_form_security_token("group_drop"),
                ));
 
-               $celeb = ((($a->user['page-flags'] == PAGE_SOAPBOX) || ($a->user['page-flags'] == PAGE_COMMUNITY)) ? true : false);
-
                
                $context = $context + array(
                        '$title' => t('Group Editor'),