Skip to content

Commit

Permalink
add more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Aug 26, 2024
1 parent 8f75eb7 commit 2cd7976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/php/jeeAjaxSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
}
$ajaxSystem->checkAndUpdateCmd('event', $data['event']['eventType'], date('Y-m-d H:i:s', $data['event']['timestamp'] / 1000));
$ajaxSystem->checkAndUpdateCmd('eventCode', $data['event']['eventCode'], date('Y-m-d H:i:s', $data['event']['timestamp'] / 1000));
$ajaxSystem->checkAndUpdateCmd('sourceObjectName', $data['event']['sourceObjectName'], date('Y-m-d H:i:s', $data['event']['timestamp'] / 1000));
}
}
}

0 comments on commit 2cd7976

Please sign in to comment.