Skip to content

Commit

Permalink
fix TU
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Aug 17, 2023
1 parent 9e1a612 commit dd7757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ public static function countAvailableForm(): int {
}

$listQuery = self::getFormListQuery();
$listQuery['COUNT'] = 'c';
$listQuery['COUNT DISTINCT'] = 'c';
$result = $DB->request($listQuery);
$result->rewind();
$nb = $result->current()['c'];
Expand Down

0 comments on commit dd7757e

Please sign in to comment.