Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into notification
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 3, 2016
2 parents 953c8bd + 7882da1 commit 0739353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions application/controllers/admin/statistics.php
Expand Up @@ -519,6 +519,11 @@ public function run($surveyid = 0, $subaction = null)
$aData['fresults'] = (isset($aData['fresults']))?$aData['fresults']:false;
$aData['dateformatdetails'] = getDateFormatData(Yii::app()->session['dateformat']);

if (!isset($aData['result']))
{
$aData['result'] = null;
}

$this->_renderWrappedTemplate('export', 'statistics_view', $aData);

}
Expand Down

0 comments on commit 0739353

Please sign in to comment.