Update registrations.php

This commit is contained in:
FusionPBX
2018-01-25 21:01:12 -07:00
committed by GitHub
parent ab7d52157e
commit a7c084a4b2

View File

@@ -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;