Index: branches/5.3.x/core/units/scheduled_tasks/scheduled_task_eh.php =================================================================== diff -u -N -r15483 -r15574 --- branches/5.3.x/core/units/scheduled_tasks/scheduled_task_eh.php (.../scheduled_task_eh.php) (revision 15483) +++ branches/5.3.x/core/units/scheduled_tasks/scheduled_task_eh.php (.../scheduled_task_eh.php) (revision 15574) @@ -1,6 +1,6 @@ Conn->Query($sql); foreach ($scheduled_tasks as $scheduled_task_data) { - $scheduled_task_data['EventName'] = $scheduled_task_data['Event']; $this->Application->EventManager->runScheduledTask($scheduled_task_data); } }