From 066b521780241015a2de25b29a4d917931e4a722 Mon Sep 17 00:00:00 2001 From: Jacob G Date: Thu, 15 Jan 2015 21:11:19 -0500 Subject: [PATCH] wrong array parameter --- ConfirmAccount/frontend/ConfirmAccountUI.hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfirmAccount/frontend/ConfirmAccountUI.hooks.php b/ConfirmAccount/frontend/ConfirmAccountUI.hooks.php index 84c3db0..98b170a 100644 --- a/ConfirmAccount/frontend/ConfirmAccountUI.hooks.php +++ b/ConfirmAccount/frontend/ConfirmAccountUI.hooks.php @@ -65,7 +65,7 @@ class ConfirmAccountUIHooks { return true; } $count = ConfirmAccount::getOpenRequestCount( '*' ); - if ( sizeof($count['open']) > 0 ) { + if ( $count['open'] > 0 ) { $out->prependHtml( '