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 45afd1f commit 340dd3c
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 @@ -1448,6 +1448,7 @@ function utilities_get_mysql_recommendations() {
$passed = (version_compare($value_current, $value_recommend, '>='));

break;
case 'eq':
case 'equalint':
case 'equal':
$compare = '=';
Expand Down

0 comments on commit 340dd3c

Please sign in to comment.