media: Mark public MediaHandler/ImageHandler methods as such
[lhc/web/wiklou.git] / includes / media / ImageHandler.php
index e88c1b0..b7042dc 100644 (file)
@@ -238,7 +238,7 @@ abstract class ImageHandler extends MediaHandler {
         * @param File $file
         * @return string
         */
-       function getLongDesc( $file ) {
+       public function getLongDesc( $file ) {
                global $wgLang;
                $pages = $file->pageCount();
                $size = htmlspecialchars( $wgLang->formatSize( $file->getSize() ) );