mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Fatal error: Cannot use object of type EchoEvent as array at EventLogging.php
Bug: 56521 Change-Id: I180728022886b6a2ba96b0da79299ec342547b3a
This commit is contained in:
parent
a971b9e9c6
commit
a026ba880f
|
@ -69,7 +69,7 @@ class MWEchoEventLogging {
|
|||
// Add revision ID if it exists
|
||||
$rev = $event->getRevision();
|
||||
if ( $rev ) {
|
||||
$event['revisionId'] = $rev->getId();
|
||||
$data['revisionId'] = $rev->getId();
|
||||
}
|
||||
|
||||
self::actuallyLogTheEvent( 'Echo', $data );
|
||||
|
|
Loading…
Reference in a new issue