From e5793b5b2680cba14dda6bd0242b262baa0d00a6 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 12 Jun 2009 06:58:53 -0700 Subject: 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. --- modules/gallery/helpers/gallery_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery/helpers') 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"); } } -- cgit v1.2.3