Index: trunk/extensions/ConfirmAccount/presentation/ConfirmAccountUI.hooks.php |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | } |
63 | 63 | # Only show on some special pages |
64 | 64 | $title = $context->getTitle(); |
65 | | - if ( !$title->isSpecial( 'RecentChanges' ) && !$title->isSpecial( 'Watchlist' ) ) { |
| 65 | + if ( !$title->isSpecial( 'Recentchanges' ) && !$title->isSpecial( 'Watchlist' ) ) { |
66 | 66 | return true; |
67 | 67 | } |
68 | 68 | $count = ConfirmAccount::getOpenEmailConfirmedCount( '*' ); |