Merge "Implement namespace inversion on WhatLinksHere"
[lhc/web/wiklou.git] / includes / specials / SpecialWhatlinkshere.php
index 07ea933..0986103 100644 (file)
@@ -338,7 +338,7 @@ class SpecialWhatLinksHere extends IncludableSpecialPage {
                        $props[] = $msgcache['isimage'];
                }
 
-               wfRunHooks( 'WhatLinksHereProps', array( $row, $nt, $target, &$props ) );
+               Hooks::run( 'WhatLinksHereProps', array( $row, $nt, $target, &$props ) );
 
                if ( count( $props ) ) {
                        $propsText = $this->msg( 'parentheses' )