From cb68851eac2fc624762ba23a8ae63091226aaa7b Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 13 Nov 2012 03:58:38 +0000 Subject: [PATCH] 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 --- app/controllers/timelog_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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