Fix build error

This commit is contained in:
Virtuworks 2013-03-10 10:27:51 -04:00
parent 45cb5b863e
commit cf2dfa6408

View file

@ -162,7 +162,7 @@ namespace WebsitePanel.EnterpriseServer
counter++; counter++;
} }
{
// skip execution if the current task is still running // skip execution if the current task is still running
scheduledTasks = TaskManager.GetScheduledTasks(); scheduledTasks = TaskManager.GetScheduledTasks();
if (!scheduledTasks.ContainsKey(schedule.ScheduleInfo.ScheduleId)) if (!scheduledTasks.ContainsKey(schedule.ScheduleInfo.ScheduleId))