Added notice to the compiler when the WHMCS class could not be added to explain why.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user