From a7c084a4b283fc7d83ebab23d661e080a4d017ef Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 25 Jan 2018 21:01:12 -0700 Subject: [PATCH] Update registrations.php --- app/registrations/resources/classes/registrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/registrations/resources/classes/registrations.php b/app/registrations/resources/classes/registrations.php index 61246b95c9..f7ee3d19d4 100644 --- a/app/registrations/resources/classes/registrations.php +++ b/app/registrations/resources/classes/registrations.php @@ -153,7 +153,7 @@ if (!class_exists('registrations')) { /** * get the registration count */ - public function count($profile) { + public function count($profile = 'all') { //set the initial count value to 0 $count = 0;