Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Nov 18, 2024
1 parent f8263ab commit 120a450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/addMissingMatomos.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct() {
}

public function execute() {
$dbw = $this->getDB( DB_PRIMARY, [], $this->getConfig()->get( ConfigNames::Database ) );
$dbw = $this->getDB( DB_PRIMARY, [], 'virtual-matomoanalytics' );
$databases = $this->getConfig()->get( MainConfigNames::LocalDatabases );
foreach ( $databases as $dbname ) {
$id = $dbw->selectField(
Expand Down

0 comments on commit 120a450

Please sign in to comment.