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