Skip to content

Commit

Permalink
fix inclusion wppus-package-api
Browse files Browse the repository at this point in the history
  • Loading branch information
froger-me committed Jan 18, 2024
1 parent b7cce2a commit 705346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-packages-update-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
require_once WPPUS_PLUGIN_PATH . 'lib/wp-update-server/loader.php';
require_once WPPUS_PLUGIN_PATH . 'lib/wp-update-server-extended/loader.php';
require_once WPPUS_PLUGIN_PATH . 'inc/class-wppus-update-server.php';
require_once WPPUS_PLUGIN_PATH . 'inc/class-wppus-package-api.php';
}

if (
Expand All @@ -93,7 +94,6 @@
require_once WPPUS_PLUGIN_PATH . 'inc/class-wppus-package-manager.php';
require_once WPPUS_PLUGIN_PATH . 'inc/class-wppus-license-manager.php';
require_once WPPUS_PLUGIN_PATH . 'inc/class-wppus-api-manager.php';
require_once WPPUS_PLUGIN_PATH . 'inc/class-wppus-package-api.php';

register_activation_hook( WPPUS_PLUGIN_FILE, array( 'WP_Packages_Update_Server', 'activate' ) );
register_deactivation_hook( WPPUS_PLUGIN_FILE, array( 'WP_Packages_Update_Server', 'deactivate' ) );
Expand Down

0 comments on commit 705346e

Please sign in to comment.