From: Jan Schneider Date: Thu, 26 Aug 2010 16:45:36 +0000 (+0200) Subject: Fix var_export() call. We should really track down why these errors are not X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=15b98a9a3e866c825bd5e8e9edeadac72d7795ea;p=horde.git Fix var_export() call. We should really track down why these errors are not displayed instead. --- 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'; } }