X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fmedia%2FMediaHandler.php;h=1a96c1da4378b2f8d52dd9986e3f07b9a5e9856e;hb=9cbb8f104d66b9b1a5497e12cd931a3827f6b5b3;hp=a54da7d2aad9e8846a112c96d8e3979e9f7136ee;hpb=91a693919e2e704114f2e69e3282577e4c47bb15;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/MediaHandler.php b/includes/media/MediaHandler.php index a54da7d2aa..1a96c1da43 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 https://secure.php.net/getimagesize. MediaWiki will only ever use the + * See https://www.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.