Revision: 51547
Author:   siebrand
Date:     2009-06-06 17:07:17 +0000 (Sat, 06 Jun 2009)

Log Message:
-----------
Follow-up to r51543: Fix another syntax error in ImageGallery.php. Sorry.

Modified Paths:
--------------
    trunk/phase3/includes/ImageGallery.php

Modified: trunk/phase3/includes/ImageGallery.php
===================================================================
--- trunk/phase3/includes/ImageGallery.php      2009-06-06 17:05:48 UTC (rev 
51546)
+++ trunk/phase3/includes/ImageGallery.php      2009-06-06 17:07:17 UTC (rev 
51547)
@@ -299,7 +299,7 @@
                        $textlink = $this->mShowFilename ?
                                $sk->link(
                                        $nt,
-                                       htmlspecialchars( $wgLang->truncate( 
$nt->getText(), 20 ) )
+                                       htmlspecialchars( $wgLang->truncate( 
$nt->getText(), 20 ) ),
                                        array(),
                                        array(),
                                        array( 'known', 'noclasses' )



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to