RCFeed: Add log_id property (exposes rc_logid attribute)

Bug: 20394
Change-Id: I005be8e41a5cbea934d4dac27184f03e9af7c648
This commit is contained in:
Kunal Mehta 2014-06-05 18:59:15 -07:00 committed by Krinkle
parent 41820ab1a4
commit e8ab2deb0f

View file

@ -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'] ) {