Skip to content

Commit

Permalink
Use linktarget table for page links
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Apr 17, 2024
1 parent 8125e1e commit 5e03b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions includes/LinkCount.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ public function __construct(string $page, string $project, $namespaces = '') {
'wikilinks' => $this->countQuery->runQuery(
'pagelinks',
'pl',
CountQueryMode::Link,
CountQuery::NO_LINK_TARGET
CountQueryMode::Link
),
'redirects' => $this->countQuery->runQuery(
'redirect',
Expand Down

0 comments on commit 5e03b46

Please sign in to comment.