##// END OF EJS Templates
Fixed: project activity truncated after viewing user's activity....
Jean-Philippe Lang -
r2112:2b6e332318a3
parent child
Show More
@@ -73,7 +73,7 module Redmine
73 end
73 end
74
74
75 with_scope(:find => scope_options) do
75 with_scope(:find => scope_options) do
76 find(:all, provider_options[:find_options])
76 find(:all, provider_options[:find_options].dup)
77 end
77 end
78 end
78 end
79 end
79 end
General Comments 0
You need to be logged in to leave comments. Login now