Skip to content

Commit

Permalink
QA: Fix issue with utility comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
netniV committed Jan 29, 2025
1 parent d9ea74f commit 1452756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,7 @@ function utilities_get_mysql_recommendations() {
$compare = '>=';
$passed = (version_compare($value_current, $value_recommend, '>='));
break;
case 'eq':
case 'equalint':
case 'equal':
$compare = '=';
Expand Down

0 comments on commit 1452756

Please sign in to comment.