Saturday 25 February 2006 2:54:52 am
I have the following code:
$node =& eZContentObjectTreeNode::fetch( $nodeID);
if (!$node->canRead())
{...}
somehow I always end up with not being able to read the node, even when logged in as admin! The node is fetched just fine, I can otherwise do whatever I like with it...
Visit http://triligon.org
|