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;