summaryrefslogtreecommitdiffstats
path: root/application/controllers/StatsController.php
diff options
context:
space:
mode:
authormichael pereira2011-03-30 17:59:23 +0200
committermichael pereira2011-03-30 17:59:23 +0200
commit522b7be0ef2b43024b27f846009be65130580a8c (patch)
tree1e9727c18f836bce070d96671a90858908caa1fd /application/controllers/StatsController.php
parentfix user layout (diff)
downloadpbs2-522b7be0ef2b43024b27f846009be65130580a8c.tar.gz
pbs2-522b7be0ef2b43024b27f846009be65130580a8c.tar.xz
pbs2-522b7be0ef2b43024b27f846009be65130580a8c.zip
BootOS update
Diffstat (limited to 'application/controllers/StatsController.php')
-rw-r--r--application/controllers/StatsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/StatsController.php b/application/controllers/StatsController.php
index fbe6b88..a54c528 100644
--- a/application/controllers/StatsController.php
+++ b/application/controllers/StatsController.php
@@ -13,7 +13,7 @@ class StatsController extends Zend_Controller_Action
$userIDsNamespace = Zend_Session::namespaceGet('userIDs');
- if($userIDsNamespace['groupID'] !=''){
+ if(isset($userIDsNamespace['groupID'])){
header("Content-Type: image/png");
$n = new Pbs_Graph();