Skip to content

Commit

Permalink
Release v 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
j7-dev committed Jan 4, 2024
1 parent c7de02a commit 0670f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function checkDependency()
if (!class_exists('WooCommerce', false)) {
\add_action('admin_notices', __NAMESPACE__ . '\dependencyNotice');
} else {
require_once "inc/index.php";
require_once "licenser/class-power-shop-base.php";
require_once __DIR__ . "/inc/index.php";
require_once __DIR__ . "/licenser/class-power-shop-base.php";
new PowerShop();
}
}
Expand Down

0 comments on commit 0670f4e

Please sign in to comment.