summaryrefslogtreecommitdiff
path: root/includes/specials/SpecialLonelypages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specials/SpecialLonelypages.php')
-rw-r--r--includes/specials/SpecialLonelypages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/specials/SpecialLonelypages.php b/includes/specials/SpecialLonelypages.php
index f533234f..c072491b 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,