Merged r2114 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2115 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-12-08 18:30:00 +00:00
parent 644f03b834
commit 618ab6004e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ module Redmine
end
with_scope(:find => scope_options) do
find(:all, provider_options[:find_options])
find(:all, provider_options[:find_options].dup)
end
end
end