Wrong arguments order fixed.

This commit is contained in:
Dmitriy 2012-04-17 02:44:19 +04:00
parent 26662acae9
commit a74a0045a3
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ module Locomotive
self.site.accounts.each do |account|
next unless self.content_type.public_submission_accounts.map(&:to_s).include?(account._id.to_s)
Locomotive::Notifications.new_content_entry(account, self).deliver
Locomotive::Notifications.new_content_entry(self, account).deliver
end
end