Allow qualify with score <= max - refs BT#12514

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent f2d9a7cf38
commit 695f83cacf
  1. 2
      main/forum/forumqualify.php

@ -46,7 +46,7 @@ $score = 0;
if (isset($_POST['idtextqualify'])) {
$score = floatval($_POST['idtextqualify']);
if ($score < $maxQualify) {
if ($score <= $maxQualify) {
saveThreadScore(
$currentThread,
$userIdToQualify,

Loading…
Cancel
Save