Index: branches/5.3.x/core/units/forms/submission_log/submission_log_eh.php =================================================================== diff -u -N -r15698 -r15810 --- branches/5.3.x/core/units/forms/submission_log/submission_log_eh.php (.../submission_log_eh.php) (revision 15698) +++ branches/5.3.x/core/units/forms/submission_log/submission_log_eh.php (.../submission_log_eh.php) (revision 15810) @@ -1,6 +1,6 @@ Load($load_keys); if ($draft->isLoaded()) { - $temp_handler = $this->Application->recallObject('draft_TempHandler', 'kTempTablesHandler'); + $temp_handler = $this->Application->recallObject('draft_TempHandler', 'kTempTablesHandler', Array ('parent_event' => $event)); /* @var $temp_handler kTempTablesHandler */ $temp_handler->DeleteItems('draft', '', Array ($draft->GetID()));