#486 Bugfix PHP 8.2 support

This commit is contained in:
Janio Sarmento
2022-12-26 11:41:15 -03:00
parent e3c4225715
commit b16e018e8e
2 changed files with 3 additions and 3 deletions

View File

@@ -442,7 +442,7 @@ class WOSiteUpdateController(CementBaseController):
elif pargs.php82:
Log.debug(self, "pargs.php82 detected")
data['php82'] = True
php81 = True
php82 = True
if pargs.php72:
if php72 is old_php72: