ContentHandler: remove last wfRunHooks() call in includes
Change-Id: I074d886e7021a965a9dc32e74974e9882e77930e
This commit is contained in:
parent
2313fc51d6
commit
e66370b637
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue