aboutsummaryrefslogtreecommitdiff
path: root/views/rss/search
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-10-29 15:07:43 -0400
committercash <cash.costello@gmail.com>2011-10-29 15:07:43 -0400
commit4106d50727d5a56ec1442b16e182fbd9acc6b167 (patch)
tree461b4ed1050214bdd681b7368ba56d5cb5a4092e /views/rss/search
parent508000e9e3a49c0f659279ba916bde4a771ed777 (diff)
downloadelgg-4106d50727d5a56ec1442b16e182fbd9acc6b167.tar.gz
elgg-4106d50727d5a56ec1442b16e182fbd9acc6b167.tar.bz2
Fixes #3201 updates rss view type for core Elgg
Diffstat (limited to 'views/rss/search')
-rw-r--r--views/rss/search/entity_list.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/views/rss/search/entity_list.php b/views/rss/search/entity_list.php
deleted file mode 100644
index 1e44adf18..000000000
--- a/views/rss/search/entity_list.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * @package Elgg
- * @subpackage Core
- */
-
-$entities = $vars['entities'];
-if (is_array($entities) && sizeof($entities) > 0) {
- foreach($entities as $entity) {
- echo elgg_view_entity($entity);
- }
-} \ No newline at end of file