Fix wo site update alias
This commit is contained in:
@@ -336,7 +336,7 @@ class WOSiteUpdateController(CementBaseController):
|
|||||||
webroot=wo_site_webroot)
|
webroot=wo_site_webroot)
|
||||||
stype = oldsitetype
|
stype = oldsitetype
|
||||||
cache = oldcachetype
|
cache = oldcachetype
|
||||||
if oldsitetype == 'html' or oldsitetype == 'proxy':
|
if oldsitetype == 'html' or oldsitetype == 'proxy' or oldsitetype == 'alias':
|
||||||
data['static'] = False
|
data['static'] = False
|
||||||
data['wp'] = False
|
data['wp'] = False
|
||||||
data['multisite'] = False
|
data['multisite'] = False
|
||||||
|
|||||||
Reference in New Issue
Block a user