Index: trunk/core/units/general/cat_event_handler.php =================================================================== diff -u -N -r8413 -r8415 --- trunk/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 8413) +++ trunk/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 8415) @@ -668,13 +668,13 @@ } $object->Fields['Status']['options'] = $new_options; } - elseif (!$this->Application->IsAdmin() && $object->GetDBField('Status') != 1 && $object->Prefix != 'cms') { + /*elseif (!$this->Application->IsAdmin() && $object->GetDBField('Status') != 1 && $object->Prefix != 'cms') { header('HTTP/1.0 404 Not Found'); while (ob_get_level()) { ob_end_clean(); } $this->Application->HTML = $this->Application->ParseBlock(array('name'=>$this->Application->ConfigValue('ErrorTemplate'))); $this->Application->Done(); exit(); - } + }*/ }