http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88803

Revision: 88803
Author:   yaron
Date:     2011-05-25 18:02:01 +0000 (Wed, 25 May 2011)
Log Message:
-----------
Fix for r85031 - the wrong string was changed

Modified Paths:
--------------
    trunk/extensions/DeleteBatch/DeleteBatch.php

Modified: trunk/extensions/DeleteBatch/DeleteBatch.php
===================================================================
--- trunk/extensions/DeleteBatch/DeleteBatch.php        2011-05-25 17:18:52 UTC 
(rev 88802)
+++ trunk/extensions/DeleteBatch/DeleteBatch.php        2011-05-25 18:02:01 UTC 
(rev 88803)
@@ -31,7 +31,7 @@
 $wgExtensionMessagesFiles['DeleteBatch'] = $dir . 'DeleteBatch.i18n.php';
 $wgExtensionAliasesFiles['DeleteBatch'] = $dir . 'DeleteBatch.alias.php';
 $wgAutoloadClasses['SpecialDeleteBatch'] = $dir . 'DeleteBatch.body.php';
-$wgSpecialPages['SpecialDeleteBatch'] = 'DeleteBatch';
+$wgSpecialPages['DeleteBatch'] = 'SpecialDeleteBatch';
 // Special page group for MW 1.13+
 $wgSpecialPageGroups['DeleteBatch'] = 'pagetools';
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to