// little fix

This commit is contained in:
rMalie
2011-10-19 14:58:33 +00:00
parent 1a93019ee3
commit 1da53de84b
+1 -1
View File
@@ -261,7 +261,7 @@ abstract class DbCore
{
// Check if $data is a list of row
$current = current($data);
if (!is_array($current) || !isset($current['type']))
if (!is_array($current) || isset($current['type']))
$data = array($data);
$keys = array();