r88867 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88866‎ | r88867 | r88868 >
Date:23:51, 25 May 2011
Author:yaron
Status:ok
Tags:
Comment:
Another fix for r85031 - an instance of 'DeleteBatch' was missed
Modified paths:
  • /trunk/extensions/DeleteBatch/DeleteBatch.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DeleteBatch/DeleteBatch.php
@@ -36,4 +36,4 @@
3737 $wgSpecialPageGroups['DeleteBatch'] = 'pagetools';
3838
3939 // Hooks
40 -$wgHooks['AdminLinks'][] = 'DeleteBatch::addToAdminLinks'; // Admin Links extension
 40+$wgHooks['AdminLinks'][] = 'SpecialDeleteBatch::addToAdminLinks'; // Admin Links extension

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85031Rename DeleteBatch class to SpecialDeleteBatchreedy18:42, 30 March 2011

Status & tagging log