Index: branches/5.1.x/core/units/categories/categories_event_handler.php =================================================================== diff -u -N -r14508 -r14511 --- branches/5.1.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 14508) +++ branches/5.1.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 14511) @@ -1,6 +1,6 @@ Application->StoreVar('IsRootCategory_'.$this->Application->GetVar('m_wid'), ($category_id === '0') || ($category_id == $home_category)); parent::OnEdit($event); + + if ($event->status == erSUCCESS) { + // keep "Section Properties" link (in browse modes) clean + $this->Application->DeleteVar('admin'); + } } /**