From e91dcd1764327ab1812803e01778aba4d4676a62 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 11 May 2009 11:53:34 -0300 Subject: [PATCH] ActionItem305: sometimes the body of the article comes empty --- script/import-cooperation.net | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/script/import-cooperation.net b/script/import-cooperation.net index a1b5a9b..e3f4031 100755 --- a/script/import-cooperation.net +++ b/script/import-cooperation.net @@ -128,6 +128,7 @@ for username in ARGV file.reload if file.image? + file.parent.body ||= '' file.parent.body = " " + file.parent.body else if file.parent.body -- libgit2 0.21.2