diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-20 20:50:00 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-20 20:50:00 +0000 |
commit | 21f41d24e2fad631499ab80950e4d9a1e22bcca0 (patch) | |
tree | fd4897bf93bae387c5b30a84829468b3659e687b /engine/lib/group.php | |
parent | 07125786f7d6fbe1b394141a2cdd983af7092f12 (diff) | |
download | elgg-21f41d24e2fad631499ab80950e4d9a1e22bcca0.tar.gz elgg-21f41d24e2fad631499ab80950e4d9a1e22bcca0.tar.bz2 |
Fixes #3114 added the rss link back to pages
git-svn-id: http://code.elgg.org/elgg/trunk@8784 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/group.php')
-rw-r--r-- | engine/lib/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/group.php b/engine/lib/group.php index f3314ada6..d78274961 100644 --- a/engine/lib/group.php +++ b/engine/lib/group.php @@ -24,7 +24,7 @@ function get_group_entity_as_row($guid) { } /** - * Create or update the extras table for a given group. + * Create or update the entities table for a given group. * Call create_entity first. * * @param int $guid GUID |