summaryrefslogtreecommitdiff
path: root/modules/notification/helpers/notification_menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notification/helpers/notification_menu.php')
-rw-r--r--modules/notification/helpers/notification_menu.php3
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"))