r51546 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51545‎ | r51546 | r51547 >
Date:17:05, 6 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up to r51543: Fix syntax error in ImageGallery.php
Modified paths:
  • /trunk/phase3/includes/ImageGallery.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImageGallery.php
@@ -254,8 +254,8 @@
255255 $sk->link(
256256 $nt,
257257 htmlspecialchars( $nt->getText() ),
258 - array()
259258 array(),
 259+ array(),
260260 array( 'known', 'noclasses' )
261261 ) .
262262 '</div>';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51543* replace use of deprecated makeLink() by link() in core...siebrand17:00, 6 June 2009

Status & tagging log