diff options
Diffstat (limited to 'maintenance/refreshLinks.php')
-rw-r--r-- | maintenance/refreshLinks.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php index 5471c87c0d1b..c9b8155c9cf2 100644 --- a/maintenance/refreshLinks.php +++ b/maintenance/refreshLinks.php @@ -340,7 +340,8 @@ class RefreshLinks extends Maintenance { $dbw = $this->getDB( DB_MASTER ); $dbr = $this->getDB( DB_REPLICA, [ 'vslow' ] ); - $linksTables = [ // table name => page_id field + $linksTables = [ + // table name => page_id field 'pagelinks' => 'pl_from', 'imagelinks' => 'il_from', 'categorylinks' => 'cl_from', |