Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 3 → Rev 4

/trunk/features.class.php
62,7 → 62,7
{
foreach ($this->items as &$item)
{
$item->setList(&$this);
$item->setList($this);
}
}
198,7 → 198,7
*/
protected $list = null;
public function setList($oList)
public function setList(&$oList)
{
$this->list =& $oList;
}