mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
Fix incorrect variable name
Bug: 68552 Change-Id: Iddf620954c3709e7c03c0b06e0bf8f3d08df366b
This commit is contained in:
parent
aed46b4f9f
commit
c3f02705b0
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue