Update presence.php

This commit is contained in:
FusionPBX
2024-12-22 10:13:18 -07:00
committed by GitHub
parent fb719cf331
commit 67582a0f90
+1 -1
View File
@@ -100,7 +100,7 @@ if (!class_exists('presence')) {
echo "active: false\n"; echo "active: false\n";
} }
//show active the presence //show active the presence
$presence = new permissions; $presence = new presence;
$array = $presence->show(); $array = $presence->show();
*/ */