Skip to content

Commit

Permalink
deV: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Nov 2, 2012
1 parent c8c01bd commit 5a60395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/controllers/admin/statistics.php
Expand Up @@ -65,6 +65,9 @@ public function run($surveyid = 0, $subaction = null)

// This gets all the 'to be shown questions' from the POST and puts these into an array
$fieldlist=returnGlobal('summary');
if (empty($fieldlist)) {
$fieldlist = array();
}
$statlang=returnGlobal('statlang');

//if $summary isn't an array we create one
Expand Down

0 comments on commit 5a60395

Please sign in to comment.