@@ -139,7 +139,7 @@ class BaseLeagueController extends Controller {
$id = $req->id;
if (intval($id) < 1) {
return -1;
- }
+ }return $id;
if (!$req->isMethod('post')) {
$areas = $this->getarea();
if (!$areas) {