#192: fixed undefined method

This commit is contained in:
Vokhmin Alexey V 2013-07-04 17:55:41 +04:00
parent 4274e397bd
commit cb36a6d6da
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module Modules::Observers::ActivityFeed::Issue
}
)
end
project.hooks.each{ |h| h.receive_issues(self, action) }
project.hooks.each{ |h| h.receive_issues(self, :create) }
Comment.create_link_on_issues_from_item(self)
end