1
0
Fork 0
mirror of synced 2024-06-15 09:14:50 +12:00

revert whitespace removal

This commit is contained in:
Torsten Dittmann 2020-08-28 23:58:31 +02:00
parent 532b547f9b
commit 2d107e3ed9

View file

@ -191,7 +191,7 @@ class MySQL extends Adapter
$st = $this->getPDO()->prepare('INSERT INTO `'.$this->getNamespace().'.database.unique`
SET `key` = :key;
');
$st->bindValue(':key', \md5($data['$collection'].':'.$key.'='.$value), PDO::PARAM_STR);
if (!$st->execute()) {