summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/IndexController.php
diff options
context:
space:
mode:
authormichael pereira2011-04-12 14:04:59 +0200
committermichael pereira2011-04-12 14:04:59 +0200
commit967b36157bff99cf6d91735f12c4f1cf40e176b6 (patch)
treed435b0878949758d066116b59e1abb4ac7b9c9f0 /application/modules/user/controllers/IndexController.php
parentpreboot fix (diff)
parentGroupGraph padding hinzugefügt (diff)
downloadpbs2-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.php2
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;
}
}
}