Skip to content

Commit d31c006

Browse files
author
Viktor Tymchynskyi
committed
MAGETWO-44566: Unable to get rates for online shipping carriers on server with php-fpm, php version 5.6
1 parent 5d9f8b3 commit d31c006

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)