Update ajaxHelper.php

This commit is contained in:
stevenA 2022-01-19 09:43:51 +01:00
parent 485ce3fe3a
commit 968210795f

View file

@ -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':