diff --git a/app/views/issues/move.rhtml b/app/views/issues/move.rhtml index 22d199642..47388c36b 100644 --- a/app/views/issues/move.rhtml +++ b/app/views/issues/move.rhtml @@ -43,7 +43,7 @@ <%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %>
-<%= 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) %> <% if @copy %>