updated the group handling + revised admin permissions

This commit is contained in:
SJ
2012-06-25 22:14:30 +02:00
parent 9900f0aed2
commit 095f22c7b2
25 changed files with 323 additions and 68 deletions

View File

@ -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);