]> source.dussan.org Git - redmine.git/commitdiff
Fixed: project activity truncated after viewing user's activity.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 8 Dec 2008 18:20:26 +0000 (18:20 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 8 Dec 2008 18:20:26 +0000 (18:20 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2114 e93f8b46-1217-0410-a6f0-8f06a7374b81

vendor/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb

index bd38276f7c95847b3698a3ba6700ce8bb90417aa..bbbf5814b7f726a5c309cca1f94b9878f6eaf48f 100644 (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