From 3097d913ad3196f858dbac7940b02258f5bf4464 Mon Sep 17 00:00:00 2001 From: Balint Erdi Date: Fri, 12 Jun 2009 14:39:41 +0200 Subject: [PATCH] bugfix: creating new story in tracker when first line is an empty comment Signed-off-by: Balint Erdi --- lib/pickler/feature.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pickler/feature.rb b/lib/pickler/feature.rb index 53fca43..691f7db 100644 --- a/lib/pickler/feature.rb +++ b/lib/pickler/feature.rb @@ -69,8 +69,8 @@ def pushable? def push body = local_body - return if story.to_s(pickler.format) == body.to_s if story + return if story.to_s(pickler.format) == body.to_s story.to_s = body story.save! else