Fix wo site update proxy
This commit is contained in:
@@ -475,7 +475,9 @@ class WOSiteUpdateController(CementBaseController):
|
|||||||
# Vérification si rien n'a changé
|
# Vérification si rien n'a changé
|
||||||
if all(globals()[version_key] is bool(check_php_version == version) for version_key,
|
if all(globals()[version_key] is bool(check_php_version == version) for version_key,
|
||||||
version in WOVar.wo_php_versions.items()) and (stype == oldsitetype
|
version in WOVar.wo_php_versions.items()) and (stype == oldsitetype
|
||||||
and cache == oldcachetype and stype != 'alias'):
|
and cache == oldcachetype
|
||||||
|
and stype != 'alias'
|
||||||
|
and stype != 'proxy'):
|
||||||
Log.debug(self, "Nothing to update")
|
Log.debug(self, "Nothing to update")
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user