Fix tweaks
This commit is contained in:
parent
dcdf581998
commit
942d21a1b8
@ -158,7 +158,7 @@ class Query_Builder {
|
||||
// Convert array to object
|
||||
if (is_array($params))
|
||||
{
|
||||
$p = new ArrayObject($params);
|
||||
$p = new ArrayObject($params, ArrayObject::ARRAY_AS_PROPS);
|
||||
$params = $p;
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user