Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiMANNia committed Jan 2, 2024
1 parent 20f3506 commit 3da04e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/HCUpdater.php
Expand Up @@ -13,7 +13,7 @@ public static function getDBUpdates( DatabaseUpdater $updater ): void {

// Use $sqlDirBase for DBMS-independent patches and $base for
// DBMS-dependent patches
$base = $sqlDirBase = __DIR__ . '/../../sql/' . $type;
$base = $sqlDirBase = __DIR__ . '/../sql/' . $type;

$updater->addExtensionTable( 'hit_counter_extension', "$base/hit_counter_extension.sql" );
$updater->addExtensionTable( 'hit_counter', "$base/page_counter.sql" );
Expand Down

0 comments on commit 3da04e3

Please sign in to comment.