fixed bugs Scheduler Service
This commit is contained in:
parent
d14b5fc01f
commit
20f4b371d1
30 changed files with 332 additions and 190 deletions
|
@ -57,7 +57,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
// - MAIL_SUBJECT
|
||||
// - MAIL_BODY
|
||||
|
||||
BackgroundTask topTask = TaskController.GetTopTask();
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
// get input parameters
|
||||
string url = (string)topTask.GetParamValue("URL");
|
||||
|
@ -128,7 +128,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
private void SendMailMessage(string url, string message, string content)
|
||||
{
|
||||
BackgroundTask topTask = TaskController.GetTopTask();
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
// input parameters
|
||||
string mailFrom = (string)topTask.GetParamValue("MAIL_FROM");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue