diff options
Diffstat (limited to 'app/File.php')
| -rw-r--r-- | app/File.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/File.php b/app/File.php index 61fd93a874..f61574c5b4 100644 --- a/app/File.php +++ b/app/File.php @@ -52,7 +52,7 @@ class File { // The first part of the response include the HTTP headers $response = fread($fp, 65536); - // The file has moved? Follow it. + // The file has moved? Follow it. if (preg_match('/^HTTP\/1.[01] 30[123].+\nLocation: ([^\r\n]+)/s', $response, $match)) { fclose($fp); |
