]> git.mxchange.org Git - friendica.git/blobdiff - include/group.php
ajax comments
[friendica.git] / include / group.php
index 799065e27dd34e5e780fa47eff07c4ae46f44169..793e854be046bc7f43db7572b249621e2dc19e8d 100644 (file)
@@ -122,11 +122,13 @@ function group_get_members($gid) {
 
 function group_side($every="contacts",$each="group") {
 
+       $o = '';
+
        if(! local_user())
-               return;
+               return '';
 
-$createtext = t('Create a new group');
-$linktext= t('Everybody');
+       $createtext = t('Create a new group');
+       $linktext= t('Everybody');
 
 $o .= <<< EOT