summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-12 06:58:53 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-12 06:58:53 -0700
commite5793b5b2680cba14dda6bd0242b262baa0d00a6 (patch)
tree5ae8da30a0881ec1583de1fce7fde9c86bb05487 /modules/gallery/helpers
parentfcddeefa59e3db8ebc0b394b38e9aef2ddf00371 (diff)
Change the "request_feed_links" eventing handling so that individual modules
provide the part of the url (the suffix) that they are interested in and the rss module will format the rest of the url.
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/gallery_event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index b652d9a4..b1e9332d 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -45,6 +45,6 @@ class gallery_event_Core {
}
static function request_feed_links($event_data) {
- $event_data->feeds[t("New photos or movies")] = url::site("rss/updates");
+ $event_data->feeds[t("New photos or movies")] = url::site("updates");
}
}