Strict standards, declaration of functions much match parent.
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 13 Apr 2009 12:31:31 +0000 (12:31 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 13 Apr 2009 12:31:31 +0000 (12:31 +0000)
includes/media/DjVu.php

index f0bbcc5..66e954d 100644 (file)
@@ -18,8 +18,8 @@ class DjVuHandler extends ImageHandler {
                }
        }
 
-       function mustRender() { return true; }
-       function isMultiPage() { return true; }
+       function mustRender( $file ) { return true; }
+       function isMultiPage( $file ) { return true; }
 
        function getParamMap() {
                return array(