Index: branches/5.3.x/core/units/spam_reports/spam_report_eh.php =================================================================== diff -u -N -r15677 -r15810 --- branches/5.3.x/core/units/spam_reports/spam_report_eh.php (.../spam_report_eh.php) (revision 15677) +++ branches/5.3.x/core/units/spam_reports/spam_report_eh.php (.../spam_report_eh.php) (revision 15810) @@ -1,6 +1,6 @@ GetDBField('ItemPrefix'); if ( !isset($temp_handlers[$item_prefix]) ) { - $temp_handlers[$item_prefix] = $this->Application->recallObject($item_prefix . '_TempHandler', 'kTempTablesHandler'); + $temp_handlers[$item_prefix] = $this->Application->recallObject($item_prefix . '_TempHandler', 'kTempTablesHandler', Array ('parent_event' => $event)); } $temp_handlers[$item_prefix]->DeleteItems($item_prefix, '', Array ($object->GetDBField('ItemId')));