BigInteger: fix syntax error

This commit is contained in:
terrafrost 2014-06-14 19:20:05 -05:00
parent 46166c7351
commit f8f0bd44b7

View File

@ -3180,7 +3180,7 @@ class Math_BigInteger
function randomPrime($min, $max = false, $timeout = false)
{
if ($min === false) {
return false
return false;
}
if ($max === false) {