ContentHandler: remove last wfRunHooks() call in includes
authorChad Horohoe <chadh@wikimedia.org>
Tue, 28 Apr 2015 04:43:11 +0000 (21:43 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 28 Apr 2015 04:43:11 +0000 (21:43 -0700)
Change-Id: I074d886e7021a965a9dc32e74974e9882e77930e

includes/content/ContentHandler.php

index 9c2435a..f8d0879 100644 (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;