Fix incorrect variable name

Bug: 68552
Change-Id: Iddf620954c3709e7c03c0b06e0bf8f3d08df366b
This commit is contained in:
bsitu 2014-07-24 17:57:24 -07:00 committed by Bsitu
parent aed46b4f9f
commit c3f02705b0

View file

@ -753,7 +753,7 @@ class EchoBasicFormatter extends EchoNotificationFormatter {
$data = $this->getBundleLastRawData( $event, $user );
if ( $data ) {
$extra = $data->extra_data;
$extra = $data->event_extra;
if ( isset( $extra['revid'] ) ) {
$oldId = $target->getPreviousRevisionID( $extra['revid'] );
// The diff engine doesn't provide a way to diff against a null revision.