Skip to content

Commit 3a4eedf

Browse files
committed
Fix default group redirection
1 parent a786823 commit 3a4eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

featherbb/Controller/Admin/Groups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function display($req, $res, $args)
2929

3030
// Set default group
3131
if (Request::isPost()) {
32-
$this->model->set_default_group($groups);
32+
return $this->model->set_default_group($groups);
3333
}
3434

3535
AdminUtils::generateAdminMenu('groups');

0 commit comments

Comments
 (0)