Update ajaxHelper.php
This commit is contained in:
parent
485ce3fe3a
commit
968210795f
|
@ -252,7 +252,7 @@ trait ajaxHelper {
|
|||
// !TODO!: -TODO-: Check SIP Support Enabled
|
||||
$this->createSccpXmlSoftkey();
|
||||
$msg = print_r($this->aminterface->core_sccp_reload(), 1);
|
||||
return array('status' => true, 'table_reload' => true);
|
||||
return array('status' => true, 'table_reload' => true, 'msg' => $msg);
|
||||
}
|
||||
break;
|
||||
case 'backupsettings':
|
||||
|
|
Loading…
Reference in a new issue