Fixed the registration count
- Fixed on the dashboard for those with superadmin group - Fixed the count in the SIP status page
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
//registration count
|
||||
if ($esl->is_connected() && file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/registrations/")) {
|
||||
$registration = new registrations;
|
||||
if (permission_exists("registration_all")) {
|
||||
$active_registrations = $registration->show = 'all';
|
||||
}
|
||||
$active_registrations = $registration->count();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user