Skip to content

Commit

Permalink
Update dataentry.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BertHankes committed Jun 15, 2016
1 parent fce6a37 commit a313f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/dataentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private function _moveUploadedFile($aData)
gT("An error occurred uploading your file. This may be caused by incorrect permissions in your %s folder."),
Yii::app()->getConfig('tempdir')
);
$aData['aResult']['errors'][] = "<pre>".
//$aData['aResult']['errors'][] = "<pre>".
$aData['aUrls'][] = array(
'link'=>$this->getController()->createUrl('admin/dataentry/sa/vvimport/surveyid/'.$aData['surveyid']),
'text'=>$aData['aUrlText'][] = gT("Back to Response Import"),
Expand Down

0 comments on commit a313f0a

Please sign in to comment.