diff options
| author | Simon | 2011-04-14 13:40:00 +0200 |
|---|---|---|
| committer | Simon | 2011-04-14 13:40:00 +0200 |
| commit | b42e6ae08b53a650cc2c4564cc9fc19a13c412d1 (patch) | |
| tree | ddcf203e5c8c075f3cd5d31a501723aacd91c33e /application/controllers | |
| parent | Ticket #207 - Graph wird beim verlinken angezeigt (diff) | |
| parent | fix (diff) | |
| download | pbs2-b42e6ae08b53a650cc2c4564cc9fc19a13c412d1.tar.gz pbs2-b42e6ae08b53a650cc2c4564cc9fc19a13c412d1.tar.xz pbs2-b42e6ae08b53a650cc2c4564cc9fc19a13c412d1.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/controllers')
| -rw-r--r-- | application/controllers/ResourceController.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php index de08859..c7ba2a0 100644 --- a/application/controllers/ResourceController.php +++ b/application/controllers/ResourceController.php @@ -149,6 +149,7 @@ class ResourceController extends Zend_Controller_Action public function getkclAction() { + $bmeID = $this->thisSession->getBootmenuentryID(); @@ -221,7 +222,3 @@ class ResourceController extends Zend_Controller_Action - - - - |
