aboutsummaryrefslogtreecommitdiff
path: root/mod/search/views/rss/search/entity.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/search/views/rss/search/entity.php')
-rw-r--r--mod/search/views/rss/search/entity.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/search/views/rss/search/entity.php b/mod/search/views/rss/search/entity.php
index 54f241982..10d28e8e1 100644
--- a/mod/search/views/rss/search/entity.php
+++ b/mod/search/views/rss/search/entity.php
@@ -1,10 +1,8 @@
<?php
/**
- * Elgg core search.
* Search entity view for RSS feeds.
*
- * @package Elgg
- * @subpackage Core
+ * @uses $vars['entity']
*/
if (!array_key_exists('entity', $vars) || !($vars['entity'] instanceof ElggEntity)) {