diff options
| author | Björn Geiger | 2011-03-29 15:06:08 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-03-29 15:06:08 +0200 |
| commit | 8d424fa865088b3267de7af2e1182504d1ba2aa7 (patch) | |
| tree | c752606717d4ed9e636ede19b7e9906c456b943f /application/modules/user/controllers/IndexController.php | |
| parent | Rollenverwaltung besser abgesichert (diff) | |
| parent | Acl in Filter implementiert (diff) | |
| download | pbs2-8d424fa865088b3267de7af2e1182504d1ba2aa7.tar.gz pbs2-8d424fa865088b3267de7af2e1182504d1ba2aa7.tar.xz pbs2-8d424fa865088b3267de7af2e1182504d1ba2aa7.zip | |
Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2
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; - } - - - + } } } |
