diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-06 14:55:03 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-06 14:55:03 -0700 |
| commit | 794a7a5abf38ed828329cb0023df938479e90901 (patch) | |
| tree | b11b63813e9b1231b059a8ee14f48a92026dbb12 /modules/organize/helpers/organize_event.php | |
| parent | 7ed15ea481565b1364573a814c0529adaf9f2eb7 (diff) | |
Leverage the gallery.dialog/js functionality in order to reduce duplicate code
Diffstat (limited to 'modules/organize/helpers/organize_event.php')
| -rw-r--r-- | modules/organize/helpers/organize_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/helpers/organize_event.php b/modules/organize/helpers/organize_event.php index 99a28673..887d9c2d 100644 --- a/modules/organize/helpers/organize_event.php +++ b/modules/organize/helpers/organize_event.php @@ -23,7 +23,7 @@ class organize_event_Core { if ($item && access::can("edit", $item) && $item->is_album()) { $menu->get("options_menu") - ->append(Menu::factory("link") + ->append(Menu::factory("dialog") ->id("organize") ->label(t("Organize Album")) ->css_id("gOrganizeLink") |
