diff options
| author | michael pereira | 2011-03-30 17:59:23 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-30 17:59:23 +0200 |
| commit | 522b7be0ef2b43024b27f846009be65130580a8c (patch) | |
| tree | 1e9727c18f836bce070d96671a90858908caa1fd /application/controllers/StatsController.php | |
| parent | fix user layout (diff) | |
| download | pbs2-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.php | 2 |
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(); |
