mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
efLogServerSideEvent is deprecated
Change-Id: I3fb95ff95dd9371d55285e64a37b32cec35b029a
This commit is contained in:
parent
9e71c87d5b
commit
411f0151dc
|
@ -13,7 +13,7 @@ class MWEchoEventLogging {
|
||||||
public static function actuallyLogTheEvent( $schema, $data ) {
|
public static function actuallyLogTheEvent( $schema, $data ) {
|
||||||
global $wgEchoConfig;
|
global $wgEchoConfig;
|
||||||
|
|
||||||
efLogServerSideEvent( $schema, $wgEchoConfig['eventlogging'][$schema]['revision'], $data );
|
EventLogging::logEvent( $schema, $wgEchoConfig['eventlogging'][$schema]['revision'], $data );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue