Skip to content

Commit 01a5fce

Browse files
author
Shikha Mishra
authored
Updated Http.php
1 parent 5ecf410 commit 01a5fce

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Filesystem/Driver

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Filesystem/Driver/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function isExists($path)
3434
$status = $headers[0];
3535

3636
/* Handling 301 or 302 redirection */
37-
if (isset($headers[1]) && preg_match('/^30[12]/', $status)) {
37+
if (isset($headers[1]) && preg_match('/30[12]/', $status)) {
3838
$status = $headers[1];
3939
}
4040

0 commit comments

Comments
 (0)