From 5251f5d2ba5e9bfb0e1fb9a4a86953e35509ff94 Mon Sep 17 00:00:00 2001
From: jdelhome3578 <jdelaney@tallmadge-ohio.org>
Date: Tue, 18 Oct 2016 09:26:46 -0400
Subject: [PATCH] Fix Last Updated variable

---
 include/staff/helptopics.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/staff/helptopics.inc.php b/include/staff/helptopics.inc.php
index d356542c4..0b5c58580 100644
--- a/include/staff/helptopics.inc.php
+++ b/include/staff/helptopics.inc.php
@@ -147,7 +147,7 @@ $order_by = 'sort';
                 <td><?php echo $priority; ?></td>
                 <td><a href="departments.php?id=<?php echo $deptId;
                 ?>"><?php echo $dept; ?></a></td>
-                <td>&nbsp;<?php echo Format::datetime($team->updated); ?></td>
+                <td>&nbsp;<?php echo Format::datetime($topic->updated); ?></td>
             </tr>
             <?php
             } //end of foreach.
-- 
GitLab