diff --git a/e107_handlers/e_db_pdo_class.php b/e107_handlers/e_db_pdo_class.php index f1a04dae7..3ce59f149 100644 --- a/e107_handlers/e_db_pdo_class.php +++ b/e107_handlers/e_db_pdo_class.php @@ -1085,7 +1085,7 @@ class e_db_pdo implements e_db } else { - $this->dbError("db_Update ({$query})"); + $this->dbError('db_Update ('.print_r($query, true).')'); return false; } }