Subversion Repositories oidplus

Rev

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

Rev 632 Rev 635
Line 294... Line 294...
294
                } else {
294
                } else {
295
                        $ra_email = $row['ra_email'];
295
                        $ra_email = $row['ra_email'];
296
                }
296
                }
297
                // TODO: have different icons for Leaf-Nodes
297
                // TODO: have different icons for Leaf-Nodes
298
 
298
 
299
                $dirs = array_merge(
-
 
300
                        glob(OIDplus::localpath().'plugins/objectTypes/'.$namespace.'/'),
299
                $dirs = glob(OIDplus::localpath().'plugins/'.'*'.'/objectTypes/'.$namespace.'/');
301
                        glob(OIDplus::localpath().'plugins/_thirdParty/'.'*'.'/objectTypes/'.$namespace.'/')
-
 
302
                );
-
 
303
 
300
 
304
                if (count($dirs) == 0) return null; // default icon (folder)
301
                if (count($dirs) == 0) return null; // default icon (folder)
305
 
302
 
306
                $dir = substr($dirs[0], strlen(OIDplus::localpath()));
303
                $dir = substr($dirs[0], strlen(OIDplus::localpath()));
307
 
304