Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 978 → Rev 998

/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
727,7 → 727,7
);
 
$objGoto = OIDplusObject::findFitting($req_goto);
$objGotoParent = $objGoto->getParent();
$objGotoParent = $objGoto ? $objGoto->getParent() : null;
$parent = $objGotoParent ? $objGotoParent->nodeId() : '';
 
$objTypesChildren = array();