Skip to content

Commit

Permalink
minor bug fix with php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Sep 12, 2023
1 parent eb5d2e0 commit 0fc4b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plogical/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,8 @@ def getPHPString(phpVersion):
php = "80"
elif phpVersion == "PHP 8.1":
php = "81"
elif phpVersion == "PHP 8.2":
php = "82"

return php

Expand Down

0 comments on commit 0fc4b91

Please sign in to comment.