ContentHandler: remove last wfRunHooks() call in includes

Change-Id: I074d886e7021a965a9dc32e74974e9882e77930e
This commit is contained in:
Chad Horohoe 2015-04-27 21:43:11 -07:00
parent 2313fc51d6
commit e66370b637

View file

@ -629,7 +629,7 @@ abstract class ContentHandler {
// hook: get difference engine
$differenceEngine = null;
if ( !wfRunHooks( 'GetDifferenceEngine',
if ( !Hooks::run( 'GetDifferenceEngine',
array( $context, $old, $new, $refreshCache, $unhide, &$differenceEngine )
) ) {
return $differenceEngine;