]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
Switching from "new share" to "old share"
[friendica.git] / mod / group.php
index 13a899ed96aeb66a8fff1831c8b7aa5996129f05..cef4371e94e2448986bce90b03f4e32d0e507438 100644 (file)
@@ -220,16 +220,15 @@ function group_content(&$a) {
                }
        }
 
+       $context['$groupeditor'] = $groupeditor;
        $context['$desc'] = t('Click on a contact to add or remove.');
 
        if($change) {
-               $context['$groupeditor'] = $groupeditor;
                $tpl = get_markup_template('groupeditor.tpl');
                echo replace_macros($tpl, $context);
                killme();
        }
        
-       $context['$groupedit_info'] = $groupeditor;
        return replace_macros($tpl, $context);
 
 }