]> git.mxchange.org Git - friendica.git/commitdiff
everybody group gets id 0
authorfriendica <info@friendica.com>
Thu, 1 Dec 2011 07:01:42 +0000 (23:01 -0800)
committerfriendica <info@friendica.com>
Thu, 1 Dec 2011 07:01:42 +0000 (23:01 -0800)
include/group.php

index 40cc8c5ad436395dca9a0d4260f7e42a14e4e378..82cdc554f0de3be3578e8c615d608b7b044304d9 100644 (file)
@@ -166,6 +166,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
        
        $groups[] = array(
                'text'  => t('Everybody'),
+               'id' => 0,
                'selected' => (($group_id == 0) ? 'group-selected' : ''),
                'href'  => $every,
        );