diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-02 03:21:29 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-02 03:21:29 +0000 |
commit | 0eb593711bc2d5abac0ec35eb21d9fe722e7bd30 (patch) | |
tree | 47ea1ebaa86d91cd570dfa6f036a8c296dba1d68 /modules/notification/helpers/notification_menu.php | |
parent | 69a7e238a4da3ac92f0b62aa2aba6ce3b530a943 (diff) |
We no longer need a dialog to set or remove a watch, so remove it.
Diffstat (limited to 'modules/notification/helpers/notification_menu.php')
-rw-r--r-- | modules/notification/helpers/notification_menu.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/notification/helpers/notification_menu.php b/modules/notification/helpers/notification_menu.php index b36b69e8..3781b663 100644 --- a/modules/notification/helpers/notification_menu.php +++ b/modules/notification/helpers/notification_menu.php @@ -1,3 +1,4 @@ + <?php defined("SYSPATH") or die("No direct script access."); /** * Gallery - a web based photo album viewer and editor @@ -24,7 +25,7 @@ class notification_menu_Core { if ($item) { $menu - ->append(Menu::factory("dialog") + ->append(Menu::factory("link") ->id("watch") ->label(t("Enable notifications for this album")) ->url(url::site("notification/watch/$item->id")) |