PHPMD Fix

This commit is contained in:
Dan Cryer 2015-10-08 20:27:40 +01:00
parent af90b94a3c
commit 4375c524a9

View file

@ -58,7 +58,7 @@ class GroupController extends Controller
$this->requireAdmin();
if (!is_null($groupId)) {
$group = $this->groupStore->getById($id);
$group = $this->groupStore->getById($groupId);
} else {
$group = new ProjectGroup();
}