From 931d9d7318f098575392100dc4d1b5950c9545d0 Mon Sep 17 00:00:00 2001 From: raimund-schluessler Date: Thu, 24 Jul 2014 19:47:30 +0200 Subject: Fix potentially undefined variable --- lib/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/helper.php b/lib/helper.php index 94ab287a..c3b43cef 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -184,8 +184,8 @@ Class helper { 'time' => $time ); } + $task['comments'] = $comments_parsed; } - $task['comments'] = $comments_parsed; return $task; } -- cgit v1.2.3