mirror of
https://github.com/e107inc/e107.git
synced 2025-06-09 04:28:29 +02:00
Avoid a PHP8 error when update() fails.
This commit is contained in:
parent
e50cdc5af8
commit
06b86ee380
@ -1085,7 +1085,7 @@ class e_db_pdo implements e_db
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->dbError("db_Update ({$query})");
|
$this->dbError('db_Update ('.print_r($query, true).')');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user