Subversion Repositories oidplus

Rev

Rev 978 | Rev 999 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 978 Rev 998
Line 725... Line 725...
725
                                'icon' => OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon16.png',
725
                                'icon' => OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon16.png',
726
                                'text' => _L('System')
726
                                'text' => _L('System')
727
                        );
727
                        );
728
 
728
 
729
                        $objGoto = OIDplusObject::findFitting($req_goto);
729
                        $objGoto = OIDplusObject::findFitting($req_goto);
730
                        $objGotoParent = $objGoto->getParent();
730
                        $objGotoParent = $objGoto ? $objGoto->getParent() : null;
731
                        $parent = $objGotoParent ? $objGotoParent->nodeId() : '';
731
                        $parent = $objGotoParent ? $objGotoParent->nodeId() : '';
732
 
732
 
733
                        $objTypesChildren = array();
733
                        $objTypesChildren = array();
734
                        foreach (OIDplus::getEnabledObjectTypes() as $ot) {
734
                        foreach (OIDplus::getEnabledObjectTypes() as $ot) {
735
                                $icon = $this->get_treeicon_root($ot);
735
                                $icon = $this->get_treeicon_root($ot);