From ee7c479bca8c3f2304c1bdc1fdd0a0353b994c3c Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 6 Jun 2009 17:05:48 +0000 Subject: [PATCH] Follow-up to r51543: Fix syntax error in ImageGallery.php --- includes/ImageGallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php index fe88cd6746..45ac9cfac2 100644 --- a/includes/ImageGallery.php +++ b/includes/ImageGallery.php @@ -254,7 +254,7 @@ class ImageGallery $sk->link( $nt, htmlspecialchars( $nt->getText() ), - array() + array(), array(), array( 'known', 'noclasses' ) ) . -- 2.20.1