Skip to content
Snippets Groups Projects
Commit d31c0067 authored by Viktor Tymchynskyi's avatar Viktor Tymchynskyi
Browse files

MAGETWO-44566: Unable to get rates for online shipping carriers on server with...

MAGETWO-44566: Unable to get rates for online shipping carriers on server with php-fpm, php version 5.6
parent 5d9f8b34
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