Clear @extra_journal_attributes also after saving a Journal

This commit is contained in:
Eric Davis 2011-07-30 21:50:47 -07:00
parent 70c3e1c8f9
commit 68526f6f2d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ module Redmine::Acts::Journalized
last_journal.update_attribute(:user_id, @journal_user.id)
end
end
@associations_before_save = @current_journal = @journal_notes = @journal_user = nil
@associations_before_save = @current_journal = @journal_notes = @journal_user = @extra_journal_attributes = nil
end
def save_possible_association(method, options)