We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac6687 commit fc90509Copy full SHA for fc90509
lib/internal/Magento/Framework/Filesystem/Driver/Http.php
@@ -34,7 +34,7 @@ public function isExists($path)
34
$status = $headers[0];
35
36
/* Handling 301 or 302 redirection */
37
- if (isset($headers[1]) && preg_match('/^30[12]/', $status)) {
+ if (isset($headers[1]) && preg_match('/30[12]/', $status)) {
38
$status = $headers[1];
39
}
40
0 commit comments