summaryrefslogtreecommitdiffstats
path: root/application/modules/user
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-29 16:03:35 +0200
committerBjörn Geiger2011-03-29 16:03:35 +0200
commitb7dd0cc4c78616cdba0ebaadb1a2342994281e9e (patch)
treed8645452aa625d053028336696d95d0011558e62 /application/modules/user
parentBei LinkRight werden nun die RightCategories angezeigt (diff)
parentIn den Rückgabewert der ParentGroups-Funktion die eigene Gruppe hinzugefügt (diff)
downloadpbs2-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')
-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 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;
- }
+ }
}
}