summaryrefslogtreecommitdiff
path: root/modules/digibug/helpers
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-08-03 22:53:47 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-08-03 22:53:47 -0600
commit9a55eb4df8346f9a81fbd4a1fb4daa7b807e80e0 (patch)
tree0dbcccfadb25d5f08e0e73572c3d0d638271b20b /modules/digibug/helpers
parent9104fa7b55d4613792208956bbd0098bd89b033c (diff)
parentad19e29c469295189a2d13772706e39e3bd3dfc7 (diff)
Merge branch 'master' of git://github.com/bharat/gallery3
Diffstat (limited to 'modules/digibug/helpers')
-rw-r--r--modules/digibug/helpers/digibug_event.php4
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")