diff options
-rw-r--r-- | app/views/issues/move.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
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') %> </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 %> |