Index: branches/5.2.x/core/kernel/db/db_event_handler.php =================================================================== diff -u -N -r14608 -r14610 --- branches/5.2.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 14608) +++ branches/5.2.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 14610) @@ -1,6 +1,6 @@ $event->Prefix); $this->Application->setUnitOption($event->MasterEvent->Prefix, 'Clones', $clones); } + + /** + * Returns constrain for priority calculations + * + * @param kEvent $event + * @return void + * @see PriorityEventHandler + * @access protected + */ + protected function OnGetConstrainInfo(&$event) + { + $event->setEventParam('constrain_info', Array ('', '')); + } } \ No newline at end of file