Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Dec 16, 2023
1 parent 3e6d9f2 commit 835fe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/updateExternalLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function execute() {

$rottenLinksCount = $dbw->newSelectQueryBuilder()
->select( 'rl_externallink' )
->from( 'externallinks' )
->from( 'rottenlinks' )
->where( [ 'rl_externallink' => $url ] )
->caller( __METHOD__ )
->fetchRowCount();
Expand Down

0 comments on commit 835fe24

Please sign in to comment.