diff options
| author | michael pereira | 2011-04-12 14:04:59 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-12 14:04:59 +0200 |
| commit | 967b36157bff99cf6d91735f12c4f1cf40e176b6 (patch) | |
| tree | d435b0878949758d066116b59e1abb4ac7b9c9f0 /application/modules/user/controllers/IndexController.php | |
| parent | preboot fix (diff) | |
| parent | GroupGraph padding hinzugefügt (diff) | |
| download | pbs2-967b36157bff99cf6d91735f12c4f1cf40e176b6.tar.gz pbs2-967b36157bff99cf6d91735f12c4f1cf40e176b6.tar.xz pbs2-967b36157bff99cf6d91735f12c4f1cf40e176b6.zip | |
Merge branch 'master' of 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 ce5c994..1205f7a 100644 --- a/application/modules/user/controllers/IndexController.php +++ b/application/modules/user/controllers/IndexController.php @@ -21,7 +21,7 @@ class User_IndexController extends Zend_Controller_Action '/user/config' => 'Create your own Configuration', '/user/bootmenu' => 'Create your Bootmenu', ); - $this->view->links = $links; + $this->view->links = $links; } } } |
