Skip to content

Commit

Permalink
Fixed issue: Invalid images paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jun9 committed Sep 20, 2012
1 parent 8d979c4 commit 23c538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/assessments.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private function _showAssessments($iSurveyID, $action, $surveyLanguage, Limesurv
$surveyinfo = getSurveyInfo($iSurveyID);
$aData['clang'] = $clang;
$aData['surveyinfo'] = $surveyinfo;
$aData['imageurl'] = Yii::app()->getConfig('imageurl');
$aData['imageurl'] = Yii::app()->getConfig('adminimageurl');
$aData['surveyid'] = $iSurveyID;
$aData['headings'] = $headings;
$aData['assessments'] = $assessments;
Expand Down

0 comments on commit 23c538b

Please sign in to comment.