Index: core/units/site_domains/site_domain_eh.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/units/site_domains/site_domain_eh.php (revision 15682) +++ core/units/site_domains/site_domain_eh.php (revision ) @@ -262,6 +262,20 @@ } /** + * Deletes site domain cache + * + * @param kEvent $event + * @return void + * @access protected + */ + protected function OnAfterItemDelete(kEvent $event) + { + parent::OnAfterItemDelete($event); + + $this->_deleteCache(); + } + + /** * Occurs before item is changed * * @param kEvent $event