From 88a1120d9b4fde8b3e8cddad6d2be3cdd9fbf806 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 20 Oct 2014 20:40:50 -0400 Subject: Fix broken links (Markdown content) for public boards (#319) --- app/Templates/task_comments.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Templates/task_comments.php') diff --git a/app/Templates/task_comments.php b/app/Templates/task_comments.php index 12deff98..5cfa99ce 100644 --- a/app/Templates/task_comments.php +++ b/app/Templates/task_comments.php @@ -8,7 +8,9 @@ $comment, 'task' => $task, + 'project' => $project, 'not_editable' => isset($not_editable) && $not_editable, + 'is_public' => isset($is_public) && $is_public, )) ?> -- cgit v1.2.3