summaryrefslogtreecommitdiff
path: root/includes/gallery/PackedImageGallery.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gallery/PackedImageGallery.php')
-rw-r--r--includes/gallery/PackedImageGallery.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/gallery/PackedImageGallery.php b/includes/gallery/PackedImageGallery.php
index 52a49ddb..821c85fb 100644
--- a/includes/gallery/PackedImageGallery.php
+++ b/includes/gallery/PackedImageGallery.php
@@ -21,8 +21,8 @@
*/
class PackedImageGallery extends TraditionalImageGallery {
- function __construct( $mode = 'traditional' ) {
- parent::__construct( $mode );
+ function __construct( $mode = 'traditional', IContextSource $context = null ) {
+ parent::__construct( $mode, $context );
// Does not support per row option.
$this->mPerRow = 0;
}