Merge "Get to the point about howto download Vector :p"
[lhc/web/wiklou.git] / includes / specials / SpecialDeletedContributions.php
index 29c3fd4..7e5d13c 100644 (file)
@@ -466,7 +466,7 @@ class DeletedContributionsPage extends SpecialPage {
                                );
                        }
 
-                       wfRunHooks( 'ContributionsToolLinks', array( $id, $nt, &$tools ) );
+                       Hooks::run( 'ContributionsToolLinks', array( $id, $nt, &$tools ) );
 
                        $links = $this->getLanguage()->pipeList( $tools );