From 0da812fdb0188d34a21b2b486c52699959909892 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 12 Jun 2009 21:58:53 +0800 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. Signed-off-by: --- 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