Skip to content

Commit 02e0378

Browse files
author
Tymchynskyi, Viktor(vtymchynskyi)
committed
Merge pull request #44 from magento-mpi/MAGETWO-44566
[MPI] Bugfix
2 parents 5d9f8b3 + d31c006 commit 02e0378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Xml/Security.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Security
2121
*/
2222
private function heuristicScan($xmlContent)
2323
{
24-
return strpos($xmlContent, '<!ENTITY') !== false;
24+
return strpos($xmlContent, '<!ENTITY') === false;
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)