diff options
author | friendica <info@friendica.com> | 2011-11-23 01:44:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-23 01:44:07 -0800 |
commit | 335c0cddcf8544251279dd43526f2846dcebd2c5 (patch) | |
tree | 54bb62365a3d118b0bfdc9eb973d474e60c8e028 /include/group.php | |
parent | deb182b92e0339035dda707893b51468094acefa (diff) | |
download | volse-hubzilla-335c0cddcf8544251279dd43526f2846dcebd2c5.tar.gz volse-hubzilla-335c0cddcf8544251279dd43526f2846dcebd2c5.tar.bz2 volse-hubzilla-335c0cddcf8544251279dd43526f2846dcebd2c5.zip |
diaspora reshared lists rendering as html
Diffstat (limited to 'include/group.php')
-rw-r--r-- | include/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php index cae76eb6d..40cc8c5ad 100644 --- a/include/group.php +++ b/include/group.php @@ -109,7 +109,7 @@ function group_add_member($uid,$name,$member) { ); if(count($r)) return true; // You might question this, but - // we indicate success because the group was in fact created + // we indicate success because the group member was in fact created // -- It was just created at another time if(! count($r)) $r = q("INSERT INTO `group_member` (`uid`, `gid`, `contact-id`) |