jdarwood007

jdarwood007 commited on 2019-02-23 16:10:30
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -517,7 +517,7 @@ function shd_save_ticket()
517 517
 			),
518 518
 		);
519 519
 
520
-	if (!empty($context['ticket_id']))
520
+	if (!empty($context['ticket_id']) && !empty($ticketinfo))
521 521
 	{
522 522
 		loadMemberData($ticketinfo['starter_id']);
523 523
 		if (loadMemberContext($ticketinfo['starter_id']))
524 524