remove include statement of class file
This commit is contained in:
parent
7f426a89f9
commit
8bf3b65ec6
|
|
@ -88,7 +88,6 @@
|
|||
$registrations = $obj->get($profile ?? null);
|
||||
|
||||
//order the array
|
||||
require_once "resources/classes/array_order.php";
|
||||
$order = new array_order();
|
||||
$registrations = $order->sort($registrations, 'sip-auth-realm', 'user');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue