Update registrations.php
This commit is contained in:
parent
ab7d52157e
commit
a7c084a4b2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue