From: Chad Horohoe Date: Tue, 28 Apr 2015 04:43:11 +0000 (-0700) Subject: ContentHandler: remove last wfRunHooks() call in includes X-Git-Tag: 1.31.0-rc.0~11567^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=e66370b637a2bc9fb3fbf7b5b5db80dd38e40b80;p=lhc%2Fweb%2Fwiklou.git ContentHandler: remove last wfRunHooks() call in includes Change-Id: I074d886e7021a965a9dc32e74974e9882e77930e --- diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index 9c2435a306..f8d0879df4 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -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;