Skip to content

Commit 6f86ca4

Browse files
committed
Fix #1097 correct parameter values in query
1 parent 7e6a939 commit 6f86ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetaModels/DataAccess/ItemPersister.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private function saveRawColumns(array $columns, array $ids)
212212
->database
213213
->prepare(
214214
sprintf(
215-
'UPDATE %1$s %%s=? WHERE id IN (%2$s)',
215+
'UPDATE %1$s %%s WHERE id IN (%2$s)',
216216
$this->tableName,
217217
$this->buildDatabaseParameterList($ids)
218218
)

0 commit comments

Comments
 (0)