diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-11-13 03:58:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-11-13 03:58:38 +0000 |
commit | cb68851eac2fc624762ba23a8ae63091226aaa7b (patch) | |
tree | ce7db468a278c8e46df676a698039a18942d77fa | |
parent | d6b1ad38a72d9877688caa8de10aa93b9f5bbb5c (diff) | |
download | redmine-cb68851eac2fc624762ba23a8ae63091226aaa7b.tar.gz redmine-cb68851eac2fc624762ba23a8ae63091226aaa7b.zip |
remove trailing white-space from app/controllers/timelog_controller.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10797 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/controllers/timelog_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/timelog_controller.rb b/app/controllers/timelog_controller.rb index 1756758c6..a0c694bc4 100644 --- a/app/controllers/timelog_controller.rb +++ b/app/controllers/timelog_controller.rb @@ -138,7 +138,7 @@ class TimelogController < ApplicationController :time_entry => {:issue_id => @time_entry.issue_id, :activity_id => @time_entry.activity_id}, :back_url => params[:back_url] else - redirect_to :action => 'new', + redirect_to :action => 'new', :time_entry => {:project_id => @time_entry.project_id, :issue_id => @time_entry.issue_id, :activity_id => @time_entry.activity_id}, :back_url => params[:back_url] end |