diff options
-rw-r--r-- | includes/wot.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/wot.inc.php b/includes/wot.inc.php index 4cd1a67..5ed093e 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -581,7 +581,7 @@ function AssureBoxLine($type,$text) function AssureMethodLine($text,$methods,$remark,$flag) { - if ($flag === 1) + if (intval($flag) === 1) { ?> <tr> |