Skip to content

Commit

Permalink
Fixed incorrect URL in response browse, could be related to / fix for…
Browse files Browse the repository at this point in the history
… #9207
  • Loading branch information
SamMousa committed Mar 1, 2015
1 parent cd5709b commit 8fcddca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/responses/listResponses_view.php
Expand Up @@ -42,7 +42,7 @@
var sRefreshTitle ='<?php eT("Reload responses list",'js');?>';
var delBtnCaption ='<?php eT("Save",'js');?>';
var sEmptyRecords ='<?php eT("There are currently no responses.",'js');?>';
var jsonUrl = "<?php echo Yii::app()->getController()->createUrl('/admin/responses/getResponses_json/surveyid/'.$surveyid); ?>";
var jsonUrl = "<?php echo App()->createUrl('/admin/responses', array('sa'=> 'getResponses_json', 'surveyid' => $surveyid)); ?>";
//var sConfirmationExpireMessage='<?php eT("Are you sure you want to expire these surveys?",'js');?>';
//var sConfirmationArchiveMessage='<?php eT("This function creates a ZIP archive of several survey archives and can take some time - please be patient! Do you want to continue?",'js');?>';
// var editUrl = "<?php echo $this->createUrl('/admin/survey/editSurvey_json'); ?>";
Expand Down

0 comments on commit 8fcddca

Please sign in to comment.