Index: branches/5.2.x/core/units/site_domains/site_domain_eh.php =================================================================== diff -u -N -r14092 -r14095 --- branches/5.2.x/core/units/site_domains/site_domain_eh.php (.../site_domain_eh.php) (revision 14092) +++ branches/5.2.x/core/units/site_domains/site_domain_eh.php (.../site_domain_eh.php) (revision 14095) @@ -1,6 +1,6 @@ LoadFromHash($domain_data)) { $actions =& $this->Application->recallObject('kActions'); - $actions->Set($event->Prefix_Special.'_id', $object->GetID() ); + $actions->Set($event->getPrefixSpecial().'_id', $object->GetID() ); } else { $object->setID($id); @@ -185,7 +185,7 @@ { parent::OnSave($event); - if ($event->status == erSUCCESS) { + if ($event->status == kEvent::erSUCCESS) { $this->_deleteCache(); } }