projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797229d
)
Fix var_export() call. We should really track down why these errors are not
author
Jan Schneider
<jan@horde.org>
Thu, 26 Aug 2010 16:45:36 +0000
(18:45 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 9 Sep 2010 14:53:30 +0000
(16:53 +0200)
displayed instead.
whups/ticket/type.php
patch
|
blob
|
history
diff --git
a/whups/ticket/type.php
b/whups/ticket/type.php
index
550b49c
..
616d11a
100644
(file)
--- 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';
}
}