diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-06 12:44:39 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-06 12:44:39 -0700 |
commit | c09e2ef7af5411f239ba7f1adb01be39b2950b84 (patch) | |
tree | 33c7bfb5c16b5cfc40b92704e23b1e932618628f /modules/digibug | |
parent | b826182b7a7b2d630b478d3e2bcf0628989a92d9 (diff) | |
parent | ad19e29c469295189a2d13772706e39e3bd3dfc7 (diff) |
Merge branch 'master' of git@github.com:bharat/gallery3 into bharat_branch
Diffstat (limited to 'modules/digibug')
-rw-r--r-- | modules/digibug/helpers/digibug_event.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/digibug/helpers/digibug_event.php b/modules/digibug/helpers/digibug_event.php index c4f9e560..efe66a0f 100644 --- a/modules/digibug/helpers/digibug_event.php +++ b/modules/digibug/helpers/digibug_event.php @@ -36,9 +36,9 @@ class digibug_event_Core { ->css_id("gDigibugLink")); } - static function thumb_menu($menu, $theme, $item) { + static function context_menu($menu, $theme, $item) { if ($item->type == "photo") { - $menu->get("options_menu") + $menu ->append( Menu::factory("link") ->id("digibug") |