Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 969 → Rev 970

/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
573,11 → 573,7
// --- If the object type is disabled or not an object at all (e.g. "oidplus:"), then $handled=false
// If the object type is enabled but object not found, $handled=true
 
try {
$obj = OIDplusObject::parse($id);
} catch (Exception $e) {
$obj = null;
}
 
if ($test === false) {
if (is_null($obj)) {