From 2f103ae97233436641fecc66ac74de6b66413c58 Mon Sep 17 00:00:00 2001 From: Jacob G Date: Mon, 12 Jan 2015 20:44:33 -0500 Subject: [PATCH] notifications show on recent changes and watchlist pages --- ConfirmAccount/frontend/ConfirmAccountUI.hooks.php | 2 +- ConfirmAccount/frontend/language/ConfirmAccount.i18n.php | 2 +- ConfirmAccount/frontend/language/RequestAccountPage.i18n.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ConfirmAccount/frontend/ConfirmAccountUI.hooks.php b/ConfirmAccount/frontend/ConfirmAccountUI.hooks.php index 7999da0..fffa883 100644 --- a/ConfirmAccount/frontend/ConfirmAccountUI.hooks.php +++ b/ConfirmAccount/frontend/ConfirmAccountUI.hooks.php @@ -64,7 +64,7 @@ class ConfirmAccountUIHooks { if ( !$title->isSpecial( 'Recentchanges' ) && !$title->isSpecial( 'Watchlist' ) ) { return true; } - $count = ConfirmAccount::getOpenEmailConfirmedCount( '*' ); + $count = ConfirmAccount::getOpenRequestCount( '*' ); if ( $count > 0 ) { $out->prependHtml( '