Update ajaxHelper.php

This commit is contained in:
stevenA 2022-01-19 08:36:57 +01:00
parent 4e17791fa1
commit d7ad8397da

View file

@ -261,7 +261,7 @@ trait ajaxHelper {
// !TODO!: -TODO-: Check SIP Support Enabled
$this->createSccpXmlSoftkey();
$msg = print_r($this->aminterface->core_sccp_reload, 1);
$msg = print_r($this->aminterface->core_sccp_reload(), 1);
return array('status' => true, 'table_reload' => true);
}
break;