X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FMediaHandler.php;h=64ca01156014ca3c95832632b0cbab6385818d41;hb=d984dcbcd614df7754a159f2e88ba9e004a4129d;hp=13c2a912d72a68d3f9e1beba9c6f6e36cbd4c7bb;hpb=ec9002258c8a0264cb2d92df6a216e9fa11d3462;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/MediaHandler.php b/includes/media/MediaHandler.php index 13c2a912d7..64ca011560 100644 --- a/includes/media/MediaHandler.php +++ b/includes/media/MediaHandler.php @@ -745,10 +745,10 @@ abstract class MediaHandler { /** * True if the handler can rotate the media - * @since 1.21 + * @since 1.24 non-static. From 1.21-1.23 was static * @return bool */ - public static function canRotate() { + public function canRotate() { return false; }