mirror of
https://github.com/e107inc/e107.git
synced 2025-07-27 01:40:22 +02:00
Avoid a PHP8 error when update() fails.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user