diff options
author | cash <cash.costello@gmail.com> | 2011-10-29 15:07:43 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-29 15:07:43 -0400 |
commit | 4106d50727d5a56ec1442b16e182fbd9acc6b167 (patch) | |
tree | 461b4ed1050214bdd681b7368ba56d5cb5a4092e /views/rss/output | |
parent | 508000e9e3a49c0f659279ba916bde4a771ed777 (diff) | |
download | elgg-4106d50727d5a56ec1442b16e182fbd9acc6b167.tar.gz elgg-4106d50727d5a56ec1442b16e182fbd9acc6b167.tar.bz2 |
Fixes #3201 updates rss view type for core Elgg
Diffstat (limited to 'views/rss/output')
-rw-r--r-- | views/rss/output/url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/rss/output/url.php b/views/rss/output/url.php index e0b94bf8d..b0f4d9792 100644 --- a/views/rss/output/url.php +++ b/views/rss/output/url.php @@ -1,6 +1,6 @@ <?php /** - * RSS url view + * RSS url output view * */ echo elgg_view('output/url', $vars, false, false, 'default'); |