diff options
Diffstat (limited to 'modules/notification/helpers/notification_menu.php')
-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 696aad62..87478b8a 100644 --- a/modules/notification/helpers/notification_menu.php +++ b/modules/notification/helpers/notification_menu.php @@ -21,7 +21,7 @@ class notification_menu_Core { static function site($menu, $theme) { if (!user::active()->guest) { $item = $theme->item(); - + if ($item && $item->is_album()) { $watching = notification::is_watching($item); |