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

Revision: 88867
Author:   yaron
Date:     2011-05-25 23:51:32 +0000 (Wed, 25 May 2011)
Log Message:
-----------
Another fix for r85031 - an instance of 'DeleteBatch' was missed

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

Modified: trunk/extensions/DeleteBatch/DeleteBatch.php
===================================================================
--- trunk/extensions/DeleteBatch/DeleteBatch.php        2011-05-25 23:44:32 UTC 
(rev 88866)
+++ trunk/extensions/DeleteBatch/DeleteBatch.php        2011-05-25 23:51:32 UTC 
(rev 88867)
@@ -36,4 +36,4 @@
 $wgSpecialPageGroups['DeleteBatch'] = 'pagetools';
 
 // Hooks
-$wgHooks['AdminLinks'][] = 'DeleteBatch::addToAdminLinks'; // Admin Links 
extension
+$wgHooks['AdminLinks'][] = 'SpecialDeleteBatch::addToAdminLinks'; // Admin 
Links extension


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

Reply via email to