fixed bugs Scheduler Service
This commit is contained in:
parent
d14b5fc01f
commit
20f4b371d1
30 changed files with 332 additions and 190 deletions
|
@ -46,7 +46,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
// - BACKUP_NAME
|
||||
// - ZIP_BACKUP
|
||||
|
||||
BackgroundTask topTask = TaskController.GetTopTask();
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
string databaseGroup = (string)topTask.GetParamValue("DATABASE_GROUP");
|
||||
string databaseName = (string)topTask.GetParamValue("DATABASE_NAME");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue