OSDN Git Service

Fixed view_issues_move_bottom hook arguments (#4893).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 23 Feb 2010 21:04:12 +0000 (21:04 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 23 Feb 2010 21:04:12 +0000 (21:04 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3476 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/move.rhtml

index 22d1996..47388c3 100644 (file)
@@ -43,7 +43,7 @@
   <%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %>
 </p>
 
-<%= call_hook(:view_issues_move_bottom, :issue => @issue, :target_project => @target_project, :copy => !!@copy) %>
+<%= call_hook(:view_issues_move_bottom, :issues => @issues, :target_project => @target_project, :copy => !!@copy) %>
 </div>
 
 <% if @copy %>