X-Git-Url: http://git.cyclocoop.org/%24href?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialWhatlinkshere.php;h=0986103d13235e6e2cdd06e97fd51248df38ce13;hb=2a2bbf0a5ddb382d2ca1ef7618c42ce3023379d8;hp=07ea93375d8998bb9567d312eadb5d7773527017;hpb=58192bc9177e81cda7ec6f885da10b5f8e908072;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index 07ea93375d..0986103d13 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -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' )