Skip to content

Commit

Permalink
Fixing 404 issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiall committed Nov 23, 2010
1 parent edd9748 commit 1dc3451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/time_trackers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def stop
hours = @time_tracker.hours_spent.round(2)
@time_tracker.destroy

redirect_to :controller => 'timelog', :action => 'edit', :issue_id => issue_id, :time_entry => { :hours => hours }
redirect_to :controller => 'timelog', :action => 'new', :issue_id => issue_id, :time_entry => { :hours => hours }
end
end

Expand Down

0 comments on commit 1dc3451

Please sign in to comment.