Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / media / BMP.php
index 64f12f7..4b9b268 100644 (file)
@@ -32,7 +32,7 @@ class BmpHandler extends BitmapHandler {
         * @param File $file
         * @return bool
         */
-       function mustRender( $file ) {
+       public function mustRender( $file ) {
                return true;
        }