From: Siebrand Mazeland Date: Sat, 6 Jun 2009 17:07:17 +0000 (+0000) Subject: Follow-up to r51543: Fix another syntax error in ImageGallery.php. Sorry. X-Git-Tag: 1.31.0-rc.0~41471 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=4698398e0f77d89b73a25f779f4d641d7ca01275;p=lhc%2Fweb%2Fwiklou.git Follow-up to r51543: Fix another syntax error in ImageGallery.php. Sorry. --- diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php index 45ac9cfac2..3228b5901a 100644 --- a/includes/ImageGallery.php +++ b/includes/ImageGallery.php @@ -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' )