r51556 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51555‎ | r51556 | r51557 >
Date:21:58, 6 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up to r51539: fix syntax error
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRevisiondelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php
@@ -1088,7 +1088,7 @@
10891089 $this->special->skin->link(
10901090 $this->list->title,
10911091 wfMsgHtml('diff'),
1092 - array()
 1092+ array(),
10931093 array(
10941094 'diff' => $this->revision->getId(),
10951095 'oldid' => 'prev',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51539* replace use of deprecated makeLinkObj() by link() in core...siebrand15:45, 6 June 2009

Status & tagging log