Skip to content

Commit

Permalink
Fixed issue #7336: "Printable version" not available if the user has …
Browse files Browse the repository at this point in the history
…view/read permission in the survey
  • Loading branch information
c-schmitz committed Mar 2, 2013
1 parent 661189f commit 3359d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/survey/surveybar_view.php
Expand Up @@ -170,7 +170,7 @@

</ul>
</li>
<?php if($surveycontent) { ?>
<?php if(hasSurveyPermission($surveyid,'surveycontent','read')) { ?>
<?php if($onelanguage) { ?>
<li><a target='_blank' href='<?php echo $this->createUrl("admin/printablesurvey/sa/index/surveyid/$surveyid");?>' >
<img src='<?php echo $sImageURL;?>print_30.png' alt='' /> <?php $clang->eT("Printable version");?></a></li>
Expand Down

0 comments on commit 3359d10

Please sign in to comment.