I solved the warning in licensedFeatures
This commit is contained in:
@@ -224,6 +224,7 @@ class PMLicensedFeatures
|
||||
$rs = AddonsManagerPeer::doSelectRS($criteria);
|
||||
$rs->next();
|
||||
$row = $rs->getRow();
|
||||
$ids = array();
|
||||
if(sizeof($row)) {
|
||||
while (is_array($row)) {
|
||||
$ids[] = $row[0];
|
||||
|
||||
Reference in New Issue
Block a user