r97320 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97319‎ | r97320 | r97321 >
Date:19:05, 16 September 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix extra brace from r97299
Modified paths:
  • /branches/REL1_18/phase3/includes/specials/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/specials/SpecialUndelete.php
@@ -77,7 +77,6 @@
7878 'ar_namespace' => $ns,
7979 'ar_title' . $dbr->buildLike( $prefix, $dbr->anyString() ),
8080 );
81 - }
8281 return self::listPages( $dbr, $conds );
8382 }
8483

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97299Revert r91561 out of REL1_18 (essentially merging r97297, but it wasn't, as i...reedy17:00, 16 September 2011

Status & tagging log