RCFeed: Add log_id property (exposes rc_logid attribute)
Bug: 20394 Change-Id: I005be8e41a5cbea934d4dac27184f03e9af7c648
This commit is contained in:
parent
41820ab1a4
commit
e8ab2deb0f
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ abstract class MachineReadableRCFeedFormatter implements RCFeedFormatter {
|
|||
break;
|
||||
|
||||
case RC_LOG:
|
||||
$packet['log_id'] = $attrib['rc_logid'];
|
||||
$packet['log_type'] = $attrib['rc_log_type'];
|
||||
$packet['log_action'] = $attrib['rc_log_action'];
|
||||
if ( $attrib['rc_params'] ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue