Make sure SQL parameters are stringified (for overloaded entries) before converting to json for debug output
This commit is contained in:
parent
5a1619f4f7
commit
83a3ed6983
2 changed files with 4 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ package WebGUI::Session::Form;
|
|||
|
||||
use strict qw(vars subs);
|
||||
use WebGUI::HTML;
|
||||
use Encode;
|
||||
use Encode ();
|
||||
use base 'WebGUI::FormValidator';
|
||||
|
||||
=head1 NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue