Merge remote-tracking branch 'origin/bugfix/HOR-3670' into bugfix/HOR-3670-HQ

This commit is contained in:
hjonathan
2017-08-11 15:53:45 -04:00
26 changed files with 597 additions and 699 deletions

View File

@@ -1,6 +1,5 @@
<?php
class PMLicensedFeatures
{
private $featuresDetails = array ();
@@ -335,10 +334,6 @@ class PMLicensedFeatures
/*----------------------------------********---------------------------------*/
public function verifyfeature ($featureName)
{
if (!class_exists("pmLicenseManager")) {
require_once ("classes" . PATH_SEP . "class.pmLicenseManager.php");
}
$licenseManager = pmLicenseManager::getSingleton(false);
$_SESSION['__sw__'] = true;