Index: branches/5.2.x/core/units/categories/categories_event_handler.php =================================================================== diff -u -N -r15445 -r15541 --- branches/5.2.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 15445) +++ branches/5.2.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 15541) @@ -1,6 +1,6 @@ StoreSelectedIDs($event); if ( $ids ) { + $status_field = $object->getStatusField(); $propagate_category_status = $this->Application->GetVar('propagate_category_status'); - $status_field = array_shift( $this->Application->getUnitOption($event->Prefix, 'StatusField') ); foreach ($ids as $id) { $object->Load($id);