Skip to content

Commit fbb40c2

Browse files
author
ogorkun
committed
MC-34385: Filter fields allowing HTML
1 parent 10bcde3 commit fbb40c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Cms/Model/BlockRepository.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public function deleteById($blockId)
217217
*/
218218
private function getCollectionProcessor()
219219
{
220+
//phpcs:disable Magento2.PHP.LiteralNamespaces
220221
if (!$this->collectionProcessor) {
221222
$this->collectionProcessor = \Magento\Framework\App\ObjectManager::getInstance()->get(
222223
'Magento\Cms\Model\Api\SearchCriteria\BlockCollectionProcessor'

0 commit comments

Comments
 (0)