diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-12 22:46:42 +0800 |
|---|---|---|
| committer | <unostar@danalan.info> | 2009-06-13 04:22:25 +0800 |
| commit | 94dc6baa4961a178ab68dc4cb0ce7a9bcba0ab26 (patch) | |
| tree | 9a72beb30b1c2dc5c0e7fdeded4f557bd566c0ef /modules/gallery/helpers/gallery_event.php | |
| parent | 0da812fdb0188d34a21b2b486c52699959909892 (diff) | |
Change from an event driven model to a call driven model similiar to the task
api.
Signed-off-by: <unostar@danalan.info>
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
| -rw-r--r-- | modules/gallery/helpers/gallery_event.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index b1e9332d..aa11b7c0 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -43,8 +43,4 @@ class gallery_event_Core { module::clear_var("gallery", "choose_default_tookit"); } } - - static function request_feed_links($event_data) { - $event_data->feeds[t("New photos or movies")] = url::site("updates"); - } } |
