diff options
Diffstat (limited to 'modules/notification')
| -rw-r--r-- | modules/notification/helpers/notification_menu.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/notification/helpers/notification_menu.php b/modules/notification/helpers/notification_menu.php index 1c04aa89..87927874 100644 --- a/modules/notification/helpers/notification_menu.php +++ b/modules/notification/helpers/notification_menu.php @@ -30,7 +30,7 @@ class notification_menu_Core {              ->id("watch")              ->label(t("Enable notifications for this album"))              ->url(url::site("notification/watch/$item->id?csrf=" . access::csrf_token())) -            ->css_id($watching ? "gRemoveWatchLink" : "gAddWatchLink")); +            ->css_id($watching ? "gRemoveNotifyLink" : "gAddNotifyLink"));        }      }    } | 
