From 431edf7793c487dabdcbc7df443bff3bf30cf043 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Feb 2006 16:18:06 +0000 Subject: 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 --- actionpack/lib/action_controller/flash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/flash.rb') diff --git a/actionpack/lib/action_controller/flash.rb b/actionpack/lib/action_controller/flash.rb index 29a8962910..446bab5dc9 100644 --- a/actionpack/lib/action_controller/flash.rb +++ b/actionpack/lib/action_controller/flash.rb @@ -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 -- cgit v1.2.3