From 2db1582f81d10db0e10943a029d2439f128ecb17 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Fri, 10 Jul 2015 20:25:37 +0000 Subject: [PATCH] task: Emit file upload media. --- include/staff/templates/task-view.tmpl.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/staff/templates/task-view.tmpl.php b/include/staff/templates/task-view.tmpl.php index 190303565..b12278a80 100644 --- a/include/staff/templates/task-view.tmpl.php +++ b/include/staff/templates/task-view.tmpl.php @@ -469,6 +469,9 @@ else </p> </form> </div> +<?php +echo $reply_attachments_form->getMedia(); +?> <script type="text/javascript"> $(function() { -- GitLab