X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FMediaHandler.php;h=2a735a217785d71cac7848952614213fd19519ba;hb=6bb1170e2f3539218965d1ceaa2cfc5e6197f465;hp=4bc36ba6cb0c38933bb60ff31e162c5845c8c0ef;hpb=61898ad28ed69c5b391eb43e0db9386279b9612c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/MediaHandler.php b/includes/media/MediaHandler.php index 4bc36ba6cb..2a735a2177 100644 --- a/includes/media/MediaHandler.php +++ b/includes/media/MediaHandler.php @@ -104,7 +104,7 @@ abstract class MediaHandler { * Warning, FSFile::getPropsFromPath might pass an FSFile instead of File (!) * @param string $path The filename * @return array|bool Follow the format of PHP getimagesize() internal function. - * See http://www.php.net/getimagesize. MediaWiki will only ever use the + * See https://secure.php.net/getimagesize. MediaWiki will only ever use the * first two array keys (the width and height), and the 'bits' associative * key. All other array keys are ignored. Returning a 'bits' key is optional * as not all formats have a notion of "bitdepth". Returns false on failure.