X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=img_auth.php;h=ba4ed748348235de108f382d4cee24dc906d2d10;hb=77c7f6391fcd1ef2f9137910fcbcd353139e9ebb;hp=0a209e98b42464064adaf44049958004a5288752;hpb=0f24b13ea03a7226bd7b9f0d84f4deee8bea0736;p=lhc%2Fweb%2Fwiklou.git diff --git a/img_auth.php b/img_auth.php index 0a209e98b4..ba4ed74834 100644 --- a/img_auth.php +++ b/img_auth.php @@ -177,7 +177,7 @@ function wfImageAuthMain() { // Stream the requested file wfDebugLog( 'img_auth', "Streaming `" . $filename . "`." ); - $repo->streamFile( $filename, $headers, $options ); + $repo->streamFileWithStatus( $filename, $headers, $options ); } /**