Fix a typo in exportTransposedResults in the Survey fixes bug#10990.
This commit is contained in:
parent
56f68bf291
commit
e3029f3661
2 changed files with 2 additions and 1 deletions
|
|
@ -52,6 +52,7 @@
|
|||
- fixed #11008: Test::Class
|
||||
- fixed #11003: Subscribable AssetAspect: no i18n
|
||||
- fixed #11004: Subscribable AssetAspect: handling the subscription group
|
||||
- fixed #10990: Survey: View Transposed Results not working
|
||||
|
||||
7.7.19
|
||||
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread
|
||||
|
|
|
|||
|
|
@ -2480,7 +2480,7 @@ sub www_exportTransposedResults {
|
|||
return $self->session->privilege->insufficient()
|
||||
if !$self->session->user->isInGroup( $self->get('groupToViewReports') );
|
||||
|
||||
$self->loadTempReportTable( ignoreRevisionDate => );
|
||||
$self->loadTempReportTable( ignoreRevisionDate => 1, );
|
||||
|
||||
return $self->export(
|
||||
sql => <<END_SQL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue