Index: branches/5.2.x/core/units/selectors/selectors_event_handler.php =================================================================== diff -u -N -r15049 -r15065 --- branches/5.2.x/core/units/selectors/selectors_event_handler.php (.../selectors_event_handler.php) (revision 15049) +++ branches/5.2.x/core/units/selectors/selectors_event_handler.php (.../selectors_event_handler.php) (revision 15065) @@ -1,6 +1,6 @@ SerializeSelectorData($event); } /** - * Enter description here... + * Occurs after updating item * * @param kEvent $event + * @return void + * @access protected */ - function OnAfterItemUpdate(&$event) + protected function OnAfterItemUpdate(kEvent &$event) { + parent::OnAfterItemUpdate($event); + $this->UnserializeSelectorData($event); } @@ -164,7 +168,7 @@ * @return void * @access protected */ - protected function OnAfterItemCreate(&$event) + protected function OnAfterItemCreate(kEvent &$event) { parent::OnAfterItemCreate($event); @@ -249,7 +253,7 @@ * @return void * @access protected */ - protected function OnAfterItemLoad(&$event) + protected function OnAfterItemLoad(kEvent &$event) { parent::OnAfterItemLoad($event);