From c7e0f36d7c1dc7afd4601ea5db8ec0b26d526196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Fri, 13 Jul 2018 07:47:13 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B01546=20-=20Ticket=20JSON=20Export=20PHP?= =?UTF-8?q?=20Notice=20for=20pre-2.0=20tickets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[5935] --- core/ormcaselog.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ormcaselog.class.inc.php b/core/ormcaselog.class.inc.php index 62a56b11d1..63fe84a0be 100644 --- a/core/ormcaselog.class.inc.php +++ b/core/ormcaselog.class.inc.php @@ -159,6 +159,7 @@ class ormCaseLog { $aEntries[] = array( 'date' => '', 'user_login' => '', + 'user_id' => 0, 'message' => $sTextEntry, 'message_html' => utils::TextToHtml($sTextEntry), );