Skip to content

Commit

Permalink
Give it six arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 15, 2009
1 parent 2183614 commit 5fd68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaves/logga/controller.rb
Expand Up @@ -214,7 +214,7 @@ def authorized?(nick)
User.find_by_login(nick.downcase)
end

def check_for_new_day_filter
def check_for_new_day_filter(host, stem, sender, msg, reply_to, opts)
@day = Day.find_or_create_by_date(Date.today) if @today!=Date.today
@today = Date.today
@day.increment!("chats_count")
Expand Down

0 comments on commit 5fd68b9

Please sign in to comment.