Fixed that flash wasnt being cleared after components refactoring yesterday

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3582 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2006-02-12 16:18:06 +00:00
parent ff986f19af
commit 431edf7793
1 changed files with 1 additions and 1 deletions

View File

@ -143,8 +143,8 @@ module ActionController #:nodoc:
end
def process_cleanup_with_flash
process_cleanup_without_flash
flash.sweep
process_cleanup_without_flash
end
protected