mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:17:01 +02:00
updated the group handling + revised admin permissions
This commit is contained in:
@ -26,6 +26,8 @@ class ControllerGroupAdd extends Controller {
|
||||
if($this->request->server['REQUEST_METHOD'] == 'POST') {
|
||||
$ret = 0;
|
||||
|
||||
$this->data['post'] = $this->request->post;
|
||||
|
||||
if($this->validate() == true){
|
||||
$ret = $this->model_group_group->add_group($this->request->post);
|
||||
|
||||
|
Reference in New Issue
Block a user