fix creating hosting space
This commit is contained in:
parent
789da9cf6e
commit
43238c0466
2 changed files with 15 additions and 15 deletions
|
@ -619,7 +619,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
topTask.ItemId = userId;
|
||||
topTask.ItemId = result.Result;
|
||||
topTask.UpdateParamValue("SendLetter", sendLetter);
|
||||
|
||||
TaskController.UpdateTaskWithParams(topTask);
|
||||
|
@ -724,7 +724,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
topTask.ItemId = userId;
|
||||
topTask.ItemId = result.Result;
|
||||
topTask.UpdateParamValue("Signup", signup);
|
||||
topTask.UpdateParamValue("UserId", userId);
|
||||
topTask.UpdateParamValue("SendLetter", sendLetter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue