tasks manager fixed purge timer

This commit is contained in:
vfedosevich 2013-07-22 18:03:39 +03:00
parent ec1ad64b9d
commit 1642fcb234

View file

@ -412,7 +412,7 @@ namespace WebsitePanel.EnterpriseServer
static void PurgeCompletedTasks(object obj)
{
List<BackgroundTask> tasks = TaskController.GetTasks(Guid);
List<BackgroundTask> tasks = TaskController.GetTasks();
foreach (BackgroundTask task in tasks)
{