Added support for MySQL and ProgreSQL and AddSite/Tenant
This commit is contained in:
@ -80,7 +80,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
htmltext = new HtmlTextInfo();
|
||||
htmltext = new HtmlText();
|
||||
htmltext.ModuleId = ModuleState.ModuleId;
|
||||
htmltext.Content = content;
|
||||
await HtmlTextService.AddHtmlTextAsync(htmltext);
|
||||
|
Reference in New Issue
Block a user