Fix wo site update alias

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

View File

@@ -474,7 +474,8 @@ class WOSiteUpdateController(CementBaseController):
# Vérification si rien n'a changé
if all(globals()[version_key] is bool(check_php_version == version) for version_key,
version in WOVar.wo_php_versions.items()) and (stype == oldsitetype and cache == oldcachetype):
version in WOVar.wo_php_versions.items()) and (stype == oldsitetype
and cache == oldcachetype and stype != 'alias'):
Log.debug(self, "Nothing to update")
return 1