From f4977da43ca189697fdccffd9f3b35731f418347 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Mon, 2 Nov 2015 16:56:36 +0000
Subject: [PATCH] Remove getTicket

getObject should be used instead.
---
 include/class.thread.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/class.thread.php b/include/class.thread.php
index 7b5b94418..9f32b0f90 100644
--- a/include/class.thread.php
+++ b/include/class.thread.php
@@ -2566,10 +2566,6 @@ abstract class ThreadEntryAction {
 
     abstract function trigger();
 
-    function getTicket() {
-        return $this->entry->getObject();
-    }
-
     function isEnabled() {
         return $this->isVisible();
     }
-- 
GitLab