no message
This commit is contained in:
parent
b99b242f8c
commit
f83b20b3ff
@ -77,7 +77,7 @@ final class HookController
|
|||||||
$oHttp->sToUrl = $_ENV['baseUrl']."/api/tg/ticket/".$number;
|
$oHttp->sToUrl = $_ENV['baseUrl']."/api/tg/ticket/".$number;
|
||||||
$oHttp->bIsJson = true;
|
$oHttp->bIsJson = true;
|
||||||
$aData['comment'] = $variableText;
|
$aData['comment'] = $variableText;
|
||||||
$aData['admin_name'] = $aData["message"]["from"]["first_name"];
|
$aData['admin_name'] = $aUpdate["message"]["from"]["first_name"];
|
||||||
$oHttp->aData = $aData;
|
$oHttp->aData = $aData;
|
||||||
|
|
||||||
$r = @json_decode($oHttp->send(), true);
|
$r = @json_decode($oHttp->send(), true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user