From 15b98a9a3e866c825bd5e8e9edeadac72d7795ea Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 26 Aug 2010 18:45:36 +0200 Subject: [PATCH] Fix var_export() call. We should really track down why these errors are not displayed instead. --- whups/ticket/type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whups/ticket/type.php b/whups/ticket/type.php index 550b49c39..616d11ada 100644 --- a/whups/ticket/type.php +++ b/whups/ticket/type.php @@ -115,7 +115,7 @@ if ($form == 'settypestep2form') { $ticket->show(); } } else { - $notification->push(var_export($settypeform->getErrors()), 'horde.error'); + $notification->push(var_export($settypeform->getErrors(), true), 'horde.error'); $action = 'st2'; } } -- 2.11.0