X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialRecentchangeslinked.php;h=3ad9f0f4f5e4aa69f313810faf61147a3d4c53ac;hb=1aad5d4bf7c0bb72fc59de00a6c8998f37abde4b;hp=e73cabce79964a7a3a3bf2279bdc1f0d1a6411ce;hpb=05b8af8b91dac965c67571668187d1dc2511ae03;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index e73cabce79..3ad9f0f4f5 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -109,9 +109,8 @@ class SpecialRecentChangesLinked extends SpecialRecentChanges { $opts['tagfilter'] ); - if ( !wfRunHooks( 'SpecialRecentChangesQuery', - array( &$conds, &$tables, &$join_conds, $opts, &$query_options, &$select ), - '1.23' ) + if ( !$this->runMainQueryHook( $tables, $select, $conds, $query_options, $join_conds, + $opts ) ) { return false; } @@ -225,6 +224,7 @@ class SpecialRecentChangesLinked extends SpecialRecentChanges { $target = $this->getTargetTitle(); if ( $target ) { $this->getOutput()->addBacklinkSubtitle( $target ); + $this->getSkin()->setRelevantTitle( $target ); } }