summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authorSimon2011-03-29 15:57:16 +0200
committerSimon2011-03-29 15:57:16 +0200
commit866f03cc988d023f847cc2732e3f08d93f287a81 (patch)
tree1fa60743065a2c770f15418f0d9447fa2986bb28 /application/modules
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-866f03cc988d023f847cc2732e3f08d93f287a81.tar.gz
pbs2-866f03cc988d023f847cc2732e3f08d93f287a81.tar.xz
pbs2-866f03cc988d023f847cc2732e3f08d93f287a81.zip
In den Rückgabewert der ParentGroups-Funktion die eigene Gruppe hinzugefügt
Diffstat (limited to 'application/modules')
-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;
- }
+ }
}
}