diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-04 07:01:21 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-04 07:01:21 -0400 |
commit | 7787debf3e536497952256df147ea84e520390e3 (patch) | |
tree | 83418d09f54ecd3101f796e1efc721a3021934c9 /mod/groups/views/rss/forum/topics.php | |
parent | 5d480f2d8a767c682878071c3c8f7f6b45770c14 (diff) | |
download | elgg-7787debf3e536497952256df147ea84e520390e3.tar.gz elgg-7787debf3e536497952256df147ea84e520390e3.tar.bz2 |
Fixes #4027 updated groups RSS feeds for 1.8
Diffstat (limited to 'mod/groups/views/rss/forum/topics.php')
-rw-r--r-- | mod/groups/views/rss/forum/topics.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mod/groups/views/rss/forum/topics.php b/mod/groups/views/rss/forum/topics.php deleted file mode 100644 index 1cb22aaea..000000000 --- a/mod/groups/views/rss/forum/topics.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - /** - * Elgg groups plugin - * - * @package ElggGroups - */ - - // If there are any topics to view, view them - echo $vars['topics']; -?>
\ No newline at end of file |