Skip to content
Snippets Groups Projects
Commit 02e0378c authored by Tymchynskyi, Viktor(vtymchynskyi)'s avatar Tymchynskyi, Viktor(vtymchynskyi)
Browse files

Merge pull request #44 from magento-mpi/MAGETWO-44566

[MPI] Bugfix
parents 5d9f8b34 d31c0067
Branches
No related merge requests found
......@@ -21,7 +21,7 @@ class Security
*/
private function heuristicScan($xmlContent)
{
return strpos($xmlContent, '<!ENTITY') !== false;
return strpos($xmlContent, '<!ENTITY') === false;
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment