mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
unread_notifications has no longer assigned instance variable
This commit is contained in:
parent
aa1ff51b58
commit
6985493e5c
1 changed files with 1 additions and 1 deletions
|
|
@ -280,6 +280,6 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def unread_notifications(user)
|
||||
@unread_notifications = Comment.find_since_last_login(user)
|
||||
Comment.find_since_last_login(user)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue