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:
lukemelia 2006-07-30 02:19:14 +00:00
parent 7cf219afb9
commit ee85dea17c

View file

@ -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?