Stable fixes
This commit is contained in:
parent
9bce727a65
commit
31c3cd7c80
2 changed files with 2 additions and 2 deletions
|
@ -61,9 +61,9 @@ namespace WebsitePanel.Portal
|
|||
ViewState["WebSiteId"] = site.SiteId;
|
||||
ViewState["WebSitePackageId"] = site.PackageId;
|
||||
|
||||
BindEngines(site);
|
||||
try
|
||||
{
|
||||
BindEngines(site);
|
||||
BindInstalledApplications();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue