diff options
Diffstat (limited to 'views/rss')
-rw-r--r-- | views/rss/core/river/body.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/rss/core/river/body.php b/views/rss/core/river/body.php index a168dd6a9..f84e6ccf0 100644 --- a/views/rss/core/river/body.php +++ b/views/rss/core/river/body.php @@ -19,7 +19,7 @@ $object = $item->getObjectEntity(); if ($object) { $url = htmlspecialchars($object->getURL()); } else { - $url = elgg_get_site_url() . 'pg/activity'; + $url = elgg_get_site_url() . 'activity'; } ?> |