mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +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 );
|
$data = $this->getBundleLastRawData( $event, $user );
|
||||||
if ( $data ) {
|
if ( $data ) {
|
||||||
$extra = $data->extra_data;
|
$extra = $data->event_extra;
|
||||||
if ( isset( $extra['revid'] ) ) {
|
if ( isset( $extra['revid'] ) ) {
|
||||||
$oldId = $target->getPreviousRevisionID( $extra['revid'] );
|
$oldId = $target->getPreviousRevisionID( $extra['revid'] );
|
||||||
// The diff engine doesn't provide a way to diff against a null revision.
|
// The diff engine doesn't provide a way to diff against a null revision.
|
||||||
|
|
Loading…
Reference in a new issue