Follow-up to r51543: Fix another syntax error in ImageGallery.php. Sorry.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 6 Jun 2009 17:07:17 +0000 (17:07 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 6 Jun 2009 17:07:17 +0000 (17:07 +0000)
includes/ImageGallery.php

index 45ac9cf..3228b59 100644 (file)
@@ -299,7 +299,7 @@ class ImageGallery
                        $textlink = $this->mShowFilename ?
                                $sk->link(
                                        $nt,
-                                       htmlspecialchars( $wgLang->truncate( $nt->getText(), 20 ) )
+                                       htmlspecialchars( $wgLang->truncate( $nt->getText(), 20 ) ),
                                        array(),
                                        array(),
                                        array( 'known', 'noclasses' )