aboutsummaryrefslogtreecommitdiff
path: root/views/rss/core/river/body.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/rss/core/river/body.php')
-rw-r--r--views/rss/core/river/body.php2
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';
}
?>