mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update registrations.php
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user