Get Group fix
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
require_once "../../../bootstrap.php";
|
||||
use Backend\Models\Group;
|
||||
|
||||
if (isset($_POST["GroupId"])){
|
||||
$groups = Group::find($_POST["GroupId"]);
|
||||
if (isset($_POST["groupId"])){
|
||||
$groups = Group::find($_POST["groupId"]);
|
||||
}
|
||||
elseif(isset($_POST["gameJameId"])){
|
||||
$groups = Group::where("game_jam_id",$_POST["gameJameId"]);
|
||||
|
||||
Reference in New Issue
Block a user