no message
This commit is contained in:
parent
b67dd33944
commit
04712e40b3
@ -144,6 +144,10 @@ final class HookController
|
||||
|
||||
$aTicketContent = json_decode($aTicket['content'], true);
|
||||
|
||||
if (count($aTicketContent) <== 1) {
|
||||
$aTicketContent[] = $aTicketContent;
|
||||
}
|
||||
|
||||
foreach ($aTicketContent as $row) {
|
||||
$sMsg .= "\n";
|
||||
$sMsg .= "name:".$row['commenter_name']."。\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user