Fix typo of Minimum in variable name
[lhc/web/wiklou.git] / img_auth.php
index 0a209e9..ba4ed74 100644 (file)
@@ -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 );
 }
 
 /**