diff options
| author | Simon | 2011-04-11 12:25:08 +0200 |
|---|---|---|
| committer | Simon | 2011-04-11 12:25:08 +0200 |
| commit | 7b2a0e435b7b8bb61bb15cd578c24a3e1e12ba61 (patch) | |
| tree | 32cb37caf728ff6a6ffd70e8d34892151675c5c1 /application/modules/user/controllers/GroupController.php | |
| parent | Layout an rechte angepasst & send-post zum testen an datenbank angepasst (diff) | |
| parent | ACL im RoleController (diff) | |
| download | pbs2-7b2a0e435b7b8bb61bb15cd578c24a3e1e12ba61.tar.gz pbs2-7b2a0e435b7b8bb61bb15cd578c24a3e1e12ba61.tar.xz pbs2-7b2a0e435b7b8bb61bb15cd578c24a3e1e12ba61.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/controllers/GroupController.php')
| -rw-r--r-- | application/modules/user/controllers/GroupController.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/application/modules/user/controllers/GroupController.php b/application/modules/user/controllers/GroupController.php index a767f82..a853a75 100644 --- a/application/modules/user/controllers/GroupController.php +++ b/application/modules/user/controllers/GroupController.php @@ -82,8 +82,7 @@ class User_GroupController extends Zend_Controller_Action } } if(!isset($groupID)) { - $addForm = new user_Form_GroupAdd(array('grouplist' => $this->groupList)); - $this->view->addForm = $addForm; + $this->_helper->redirector('add', 'group'); return; } if (!isset($_POST["save"])){ |
