From 43bb7d45f0298b955cf356871a24c50deee17fdc Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Sat, 22 Mar 2014 18:14:56 -0500
Subject: [PATCH] Allow images in staff signature

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

diff --git a/include/staff/staff.inc.php b/include/staff/staff.inc.php
index 35a0671d2..6af9956d9 100644
--- a/include/staff/staff.inc.php
+++ b/include/staff/staff.inc.php
@@ -12,6 +12,7 @@ if($staff && $_REQUEST['a']!='add'){
     $info=$staff->getInfo();
     $info['id']=$staff->getId();
     $info['teams'] = $staff->getTeams();
+    $info['signature'] = Format::viewableImages($info['signature']);
     $qstr.='&id='.$staff->getId();
 }else {
     $title='Add New Staff';
-- 
GitLab