mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-09 10:48:50 +01:00
Applied dstrelau's patch to fix a bonehead move on my part that left a single line of an older version of code in deferred_controller. Fixes #340
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@297 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
7cf219afb9
commit
ee85dea17c
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ class DeferredController < ApplicationController
|
|||
if params["todo"]["show_from"]
|
||||
@item.show_from = parse_date_per_user_prefs(params["todo"]["show_from"])
|
||||
end
|
||||
@item = Deferred.create(params["todo"])
|
||||
@item.user_id = @user.id
|
||||
|
||||
if @item.due?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue