Added notice to the compiler when the WHMCS class could not be added to explain why.

This commit is contained in:
2018-07-09 01:17:04 +02:00
parent 21254738a8
commit 2cf6f6ab11
2 changed files with 11 additions and 2 deletions

View File

@ -970,6 +970,13 @@ class Get
$component->whmcs_url = '#';
}
}
// since the license details are not set clear
else
{
$component->whmcs_key = '';
$component->whmcs_buy_link = '';
$component->whmcs_url = '';
}
// set the footable switch
if ($component->addfootable)