Skip to content

Commit

Permalink
Fix an issue that prevented the admin dashboard from opening when woo…
Browse files Browse the repository at this point in the history
…-commerce was not installed or active
  • Loading branch information
michelve committed Dec 19, 2019
1 parent 69c37ce commit b10bd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/slm-plugin-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function activate_software_license_manager()
* The code that runs during plugin deactivation.
* This action is documented in includes/class-software-license-manager-deactivator.php
*/

function deactivate_software_license_manager()
{
require_once SLM_LIB . 'class-slm-deactivator.php';
Expand Down

0 comments on commit b10bd83

Please sign in to comment.