Update presence.php

This commit is contained in:
FusionPBX 2024-12-22 10:13:18 -07:00 committed by GitHub
parent fb719cf331
commit 67582a0f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if (!class_exists('presence')) {
echo "active: false\n";
}
//show active the presence
$presence = new permissions;
$presence = new presence;
$array = $presence->show();
*/