Monday 20 November 2006 2:04:30 am
Hi I have a custom user class and I can't fetch objects of that class.
$nodes =& eZContentObjectTreeNode::subTree(
array(
'ClassFilterType' => 'include',
'ClassFilterArray' => array( 16 )
),
60
);
NodeID of user_group is 60. Strange is this, if I change ClassFilterArray to 4 (default user class) fetch return objects?!? What could be the problem? I am using ez 3.8.6 and mysql.
Best regards, Sinisa
---
If at first you don't succeed, look in the trash for the instructions.
|