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

Revision: 99340
Author:   aaron
Date:     2011-10-09 06:56:49 +0000 (Sun, 09 Oct 2011)
Log Message:
-----------
Made notice in confirmAccountsNotice() actually show on RC...getting the case 
right is kind of annoying here due to no standard (see SpecialPageFactory)

Modified Paths:
--------------
    trunk/extensions/ConfirmAccount/presentation/ConfirmAccountUI.hooks.php

Modified: 
trunk/extensions/ConfirmAccount/presentation/ConfirmAccountUI.hooks.php
===================================================================
--- trunk/extensions/ConfirmAccount/presentation/ConfirmAccountUI.hooks.php     
2011-10-09 06:31:46 UTC (rev 99339)
+++ trunk/extensions/ConfirmAccount/presentation/ConfirmAccountUI.hooks.php     
2011-10-09 06:56:49 UTC (rev 99340)
@@ -61,7 +61,7 @@
                }
                # Only show on some special pages
                $title = $context->getTitle();
-               if ( !$title->isSpecial( 'RecentChanges' ) && 
!$title->isSpecial( 'Watchlist' ) ) {
+               if ( !$title->isSpecial( 'Recentchanges' ) && 
!$title->isSpecial( 'Watchlist' ) ) {
                        return true;
                }
                $count = ConfirmAccount::getOpenEmailConfirmedCount( '*' );


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to