diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-23 21:04:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-23 21:04:12 +0000 |
commit | a2537b39697c5b5001fd83166881e4feb5f2e80e (patch) | |
tree | b2a744b6f380f6e8080bbbe320cc46698da08595 /app/views/issues/move.rhtml | |
parent | f838904a7ead46c040e59c016275889f3d31ba56 (diff) | |
download | redmine-a2537b39697c5b5001fd83166881e4feb5f2e80e.tar.gz redmine-a2537b39697c5b5001fd83166881e4feb5f2e80e.zip |
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
Diffstat (limited to 'app/views/issues/move.rhtml')
-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 %> |