diff options
| author | Simon | 2011-04-14 13:39:56 +0200 |
|---|---|---|
| committer | Simon | 2011-04-14 13:39:56 +0200 |
| commit | 4ef5ef67e07245296fe73d3948d9526338bced63 (patch) | |
| tree | 9317e60083f3279397c9f48aabc421ad65660457 /application/controllers/StatsController.php | |
| parent | Es werden keine Sessions mehr angelegt wenn ein Admin die Bootmenuentries tes... (diff) | |
| download | pbs2-4ef5ef67e07245296fe73d3948d9526338bced63.tar.gz pbs2-4ef5ef67e07245296fe73d3948d9526338bced63.tar.xz pbs2-4ef5ef67e07245296fe73d3948d9526338bced63.zip | |
Ticket #207 - Graph wird beim verlinken angezeigt
Diffstat (limited to 'application/controllers/StatsController.php')
| -rw-r--r-- | application/controllers/StatsController.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/controllers/StatsController.php b/application/controllers/StatsController.php index 74eb2db..51114f4 100644 --- a/application/controllers/StatsController.php +++ b/application/controllers/StatsController.php @@ -29,6 +29,11 @@ class StatsController extends Zend_Controller_Action $groupID = $group; } + $child = $this->_request->getParam('child'); + if(Pbs_Acl::checkRight('glk') && $child != ''){ + $n->newChild($child); + } + echo $n->graph($groupID); } } |
