Fix the range notice/error

This commit is contained in:
DariusIII
2014-04-19 22:33:40 +02:00
parent f4aafa65dd
commit 21f009c2fb
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1105,8 +1105,7 @@ class PProcess
if (!isset($r['range'])) {
$r['range'] = mt_rand(0, 99999);
}
$r['range'] = $range;
if (!isset($r['error'])) {
if ($rel['categoryID'] !== Category::CAT_MISC_OTHER) {