diff options
| author | Björn Geiger | 2011-03-29 16:03:35 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-03-29 16:03:35 +0200 |
| commit | b7dd0cc4c78616cdba0ebaadb1a2342994281e9e (patch) | |
| tree | d8645452aa625d053028336696d95d0011558e62 /application/modules/user/controllers/IndexController.php | |
| parent | Bei LinkRight werden nun die RightCategories angezeigt (diff) | |
| parent | In den Rückgabewert der ParentGroups-Funktion die eigene Gruppe hinzugefügt (diff) | |
| download | pbs2-b7dd0cc4c78616cdba0ebaadb1a2342994281e9e.tar.gz pbs2-b7dd0cc4c78616cdba0ebaadb1a2342994281e9e.tar.xz pbs2-b7dd0cc4c78616cdba0ebaadb1a2342994281e9e.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/IndexController.php b/application/modules/user/controllers/IndexController.php index 8974286..ce5c994 100644 --- a/application/modules/user/controllers/IndexController.php +++ b/application/modules/user/controllers/IndexController.php @@ -22,7 +22,7 @@ class User_IndexController extends Zend_Controller_Action '/user/bootmenu' => 'Create your Bootmenu', ); $this->view->links = $links; - } + } } } |
