Fix var_export() call. We should really track down why these errors are not
authorJan Schneider <jan@horde.org>
Thu, 26 Aug 2010 16:45:36 +0000 (18:45 +0200)
committerJan Schneider <jan@horde.org>
Thu, 9 Sep 2010 14:53:30 +0000 (16:53 +0200)
displayed instead.

whups/ticket/type.php

index 550b49c..616d11a 100644 (file)
@@ -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';
     }
 }