Index: branches/5.3.x/core/units/priorites/priority_eh.php =================================================================== diff -u -N -r15902 -r16222 --- branches/5.3.x/core/units/priorites/priority_eh.php (.../priority_eh.php) (revision 15902) +++ branches/5.3.x/core/units/priorites/priority_eh.php (.../priority_eh.php) (revision 16222) @@ -1,6 +1,6 @@ $del_info['prefix'], 'name'=>'Dummy' ) ); + $dummy_event = new kEvent($del_info['prefix'] . ':OnDummy'); $ids = $priority_helper->recalculatePriorities($dummy_event, $del_info['constrain'], $del_info['joins']); if ($ids) { @@ -299,7 +299,7 @@ function OnChangePriority($event) { $prefix = $this->Application->GetVar('priority_prefix'); - $dummy_event = new kEvent( array('prefix'=>$prefix, 'name'=>'Dummy' ) ); + $dummy_event = new kEvent($prefix . ':OnDummy'); $ids = $this->StoreSelectedIDs($dummy_event);