X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialLonelypages.php;h=c072491b8e47ff86654b08e7f05518a3034d02d3;hb=acea1093988ee97d22e5e6aeaaf686e22bd49e4d;hp=f533234f282c02db938c88d0a8a5fa1330dab8b4;hpb=c131c00ea5776c986847852314b9305b7738d329;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialLonelypages.php b/includes/specials/SpecialLonelypages.php index f533234f28..c072491b8e 100644 --- a/includes/specials/SpecialLonelypages.php +++ b/includes/specials/SpecialLonelypages.php @@ -72,7 +72,7 @@ class LonelyPagesPage extends PageQueryPage { ); // Allow extensions to modify the query - wfRunHooks( 'LonelyPagesQuery', array( &$tables, &$conds, &$joinConds ) ); + Hooks::run( 'LonelyPagesQuery', array( &$tables, &$conds, &$joinConds ) ); return array( 'tables' => $tables,