summaryrefslogtreecommitdiffstats
path: root/application/controllers/StatsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/StatsController.php')
-rw-r--r--application/controllers/StatsController.php5
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);
}
}