diff options
| author | Simon | 2011-03-29 15:00:19 +0200 |
|---|---|---|
| committer | Simon | 2011-03-29 15:00:19 +0200 |
| commit | 9de18172bf018e4f132e3c5ecad7fcf23bf83507 (patch) | |
| tree | cf894da9a54b1e20aef11e5149f3f49a8aa19bba /application/modules/user/controllers/IndexController.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-9de18172bf018e4f132e3c5ecad7fcf23bf83507.tar.gz pbs2-9de18172bf018e4f132e3c5ecad7fcf23bf83507.tar.xz pbs2-9de18172bf018e4f132e3c5ecad7fcf23bf83507.zip | |
Acl in Filter implementiert
Diffstat (limited to 'application/modules/user/controllers/IndexController.php')
| -rw-r--r-- | application/modules/user/controllers/IndexController.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/application/modules/user/controllers/IndexController.php b/application/modules/user/controllers/IndexController.php index 1e15768..8974286 100644 --- a/application/modules/user/controllers/IndexController.php +++ b/application/modules/user/controllers/IndexController.php @@ -22,10 +22,7 @@ class User_IndexController extends Zend_Controller_Action '/user/bootmenu' => 'Create your Bootmenu', ); $this->view->links = $links; - } - - - + } } } |
