Index: branches/5.3.x/core/units/priorites/priority_eh.php =================================================================== diff -u -N -r15698 -r15902 --- branches/5.3.x/core/units/priorites/priority_eh.php (.../priority_eh.php) (revision 15698) +++ branches/5.3.x/core/units/priorites/priority_eh.php (.../priority_eh.php) (revision 15902) @@ -1,6 +1,6 @@ MasterEvent->getObject(); - if ($obj->GetDBField('Priority') == 0) { + $object = $event->MasterEvent->getObject(); + /* @var $object kDBItem */ + + if ($object->GetDBField('Priority') == 0) { $priority_helper = $this->Application->recallObject('PriorityHelper'); /* @var $priority_helper kPriorityHelper */