Skip to content

Commit 263faeb

Browse files
committed
Fix #1097 correct parameter values in query
1 parent 5b7f658 commit 263faeb

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
@@ -215,7 +215,7 @@ private function saveRawColumns(array $columns, array $ids)
215215
->database
216216
->prepare(
217217
sprintf(
218-
'UPDATE %1$s %%s=? WHERE id IN (%2$s)',
218+
'UPDATE %1$s %%s WHERE id IN (%2$s)',
219219
$this->tableName,
220220
$this->buildDatabaseParameterList($ids)
221221
)

0 commit comments

Comments
 (0)