Fix wo site update alias

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

View File

@@ -336,7 +336,7 @@ class WOSiteUpdateController(CementBaseController):
webroot=wo_site_webroot)
stype = oldsitetype
cache = oldcachetype
if oldsitetype == 'html' or oldsitetype == 'proxy':
if oldsitetype == 'html' or oldsitetype == 'proxy' or oldsitetype == 'alias':
data['static'] = False
data['wp'] = False
data['multisite'] = False