Handle redirect for new group creation

This commit is contained in:
Flavio Copes
2015-10-20 16:36:39 +02:00
parent dfefd69218
commit b31eac1592

View File

@@ -1017,6 +1017,11 @@ class AdminController
return true;
}
if ($this->view == 'groups') {
$this->setRedirect("{$this->view}/{$this->post['groupname']}");
return true;
}
if ($this->view != 'pages') {
return false;
}