Skip to content
Snippets Groups Projects
Commit a2537b39 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang
Browse files

Fixed view_issues_move_bottom hook arguments (#4893).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3476 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent f838904a
No related branches found
No related tags found
No related merge requests found
......@@ -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 %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment