Update registrations.php

This commit is contained in:
FusionPBX
2018-01-25 21:01:12 -07:00
committed by GitHub
parent d3feb5fae9
commit 8613511ef9

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;