Fix wo site update alias

This commit is contained in:
VirtuBox
2023-08-15 18:27:27 +02:00
parent a555ec2ff3
commit f1db29c81a

View File

@@ -533,7 +533,7 @@ class WOSiteUpdateController(CementBaseController):
" http://{0}".format(wo_domain)) " http://{0}".format(wo_domain))
return 0 return 0
if 'alias' in data.keys() and data['alias_name']: if 'alias_name' in data.keys() and data['alias']:
updateSiteInfo(self, wo_domain, stype=stype, cache=cache, updateSiteInfo(self, wo_domain, stype=stype, cache=cache,
ssl=(bool(check_site.is_ssl))) ssl=(bool(check_site.is_ssl)))
Log.info(self, "Successfully updated site" Log.info(self, "Successfully updated site"