Skip to content

Commit

Permalink
Update app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.3-1.6.1…
Browse files Browse the repository at this point in the history
….4.php

Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
  • Loading branch information
sreichel and kiatng authored Nov 15, 2022
1 parent 5db0949 commit ee272bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

$installer->getConnection()->delete(
$installer->getTable('admin/rule'),
'resource_id IN ("' . implode('","', $obsoleteAcl) . '")'
['resource_id IN (?)' => $obsoleteAcl]
);

$installer->endSetup();

0 comments on commit ee272bf

Please sign in to comment.