X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fgallery%2FPackedImageGallery.php;h=7aa8c78893d7bc6e9e1ef1b4685bb84fdcbfca6b;hb=e900893531e76fb8f80c1c9b5be459fd02862c3c;hp=2e4836a583fc02ab65de5b96ad19d82f7df04fff;hpb=c340c41b37b5079ba90489f6b212bb8e4642031a;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; } }