Fix little error with the verifyfeature method

This commit is contained in:
Julio Cesar Laura
2015-04-07 16:21:51 -04:00
parent 74d6761521
commit 34869783e5

View File

@@ -76,7 +76,7 @@ class PMLicensedFeatures
$value = $padl->_decrypt($featureName);
if (is_array($value)) {
$trueValue = $value[0];
$value = $value[0];
}
$trueValue = $value;
$enable = in_array($trueValue, $licenseManager->licensedfeatures);