diff options
| author | michael pereira | 2011-03-29 11:21:38 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-29 11:21:38 +0200 |
| commit | 8a616c5e6d2a56b2aee5a10d68c27b99458a2c77 (patch) | |
| tree | 879bdf350b2d03b20f9d39d7162191c5dce6edf0 /application/modules/user/controllers | |
| parent | zfconf (diff) | |
| download | pbs2-8a616c5e6d2a56b2aee5a10d68c27b99458a2c77.tar.gz pbs2-8a616c5e6d2a56b2aee5a10d68c27b99458a2c77.tar.xz pbs2-8a616c5e6d2a56b2aee5a10d68c27b99458a2c77.zip | |
merges
Diffstat (limited to 'application/modules/user/controllers')
| -rw-r--r-- | application/modules/user/controllers/IndexController.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/user/controllers/IndexController.php b/application/modules/user/controllers/IndexController.php index f786eb7..1e15768 100644 --- a/application/modules/user/controllers/IndexController.php +++ b/application/modules/user/controllers/IndexController.php @@ -21,8 +21,9 @@ 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; + } |
