From 7e1a1bbf9c42c29a7d2f5d0bf6d42c0caa225f61 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 22 Dec 2022 22:37:59 +0100 Subject: [PATCH] Fix missing and --- wo/cli/plugins/site_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/site_update.py b/wo/cli/plugins/site_update.py index 2b06e5d..901616e 100644 --- a/wo/cli/plugins/site_update.py +++ b/wo/cli/plugins/site_update.py @@ -579,7 +579,7 @@ class WOSiteUpdateController(CementBaseController): if ((php73 is old_php73) and (php72 is old_php72) and (php74 is old_php74) and (php80 is old_php80) and - (php81 is old_php81) and (php82 is old_php82) + (php81 is old_php81) and (php82 is old_php82) and (stype == oldsitetype and cache == oldcachetype)): Log.debug(self, "Nothing to update")