From fe2bc99082a7da31075fd6bcd10279f802b9f470 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Fri, 25 Apr 2014 10:10:45 -0500 Subject: [PATCH] notes: Fix fatal error viewing notes from ticket page --- include/ajax.tickets.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ajax.tickets.php b/include/ajax.tickets.php index 6869fe707..75e43fc4c 100644 --- a/include/ajax.tickets.php +++ b/include/ajax.tickets.php @@ -18,6 +18,7 @@ if(!defined('INCLUDE_DIR')) die('403'); include_once(INCLUDE_DIR.'class.ticket.php'); require_once(INCLUDE_DIR.'class.ajax.php'); +require_once(INCLUDE_DIR.'class.note.php'); class TicketsAjaxAPI extends AjaxController { -- GitLab