Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 634 → Rev 635

/trunk/includes/classes/OIDplusObject.class.php
296,10 → 296,7
}
// TODO: have different icons for Leaf-Nodes
 
$dirs = array_merge(
glob(OIDplus::localpath().'plugins/objectTypes/'.$namespace.'/'),
glob(OIDplus::localpath().'plugins/_thirdParty/'.'*'.'/objectTypes/'.$namespace.'/')
);
$dirs = glob(OIDplus::localpath().'plugins/'.'*'.'/objectTypes/'.$namespace.'/');
 
if (count($dirs) == 0) return null; // default icon (folder)