efLogServerSideEvent is deprecated

Change-Id: I3fb95ff95dd9371d55285e64a37b32cec35b029a
This commit is contained in:
Matthias Mullie 2014-08-21 15:19:20 +02:00
parent 9e71c87d5b
commit 411f0151dc

View file

@ -13,7 +13,7 @@ class MWEchoEventLogging {
public static function actuallyLogTheEvent( $schema, $data ) {
global $wgEchoConfig;
efLogServerSideEvent( $schema, $wgEchoConfig['eventlogging'][$schema]['revision'], $data );
EventLogging::logEvent( $schema, $wgEchoConfig['eventlogging'][$schema]['revision'], $data );
}
/**