X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fgallery%2FPackedImageGallery.php;h=7aa8c78893d7bc6e9e1ef1b4685bb84fdcbfca6b;hb=1dee28cb5f1efd6d9e14d6cc1d0c73c3f69269b4;hp=2e4836a583fc02ab65de5b96ad19d82f7df04fff;hpb=734ca2b4d2a1246fb0ea1e54b861ab423ab5e257;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/gallery/PackedImageGallery.php b/includes/gallery/PackedImageGallery.php index 2e4836a583..7aa8c78893 100644 --- a/includes/gallery/PackedImageGallery.php +++ b/includes/gallery/PackedImageGallery.php @@ -28,7 +28,7 @@ class PackedImageGallery extends TraditionalImageGallery { } /** - * We artificially have 1.5 the resolution neccessary so that + * We artificially have 1.5 the resolution necessary so that * we can scale it up by that much on the client side, without * worrying about requesting a new image. */ @@ -107,6 +107,5 @@ class PackedImageGallery extends TraditionalImageGallery { * @param int $num */ public function setPerRow( $num ) { - return; } }