Skip to content

Commit

Permalink
Merge pull request #61 from wpengine/require_fix
Browse files Browse the repository at this point in the history
fix: import name
  • Loading branch information
raulcodes authored Oct 31, 2024
2 parents ec2e8cd + 247d191 commit 59c6588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-geoip.php
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ public function check_for_upgrades() {
'plugin_basename' => plugin_basename( __FILE__ ),
);

require_once __DIR__ . '/class-PluginUpdater.php';
require_once __DIR__ . '/class-pluginupdater.php';
new \WPEngine\GeoIP\Updates\PluginUpdater( $properties );
}

Expand Down

0 comments on commit 59c6588

Please sign in to comment.