LimeSurvey: master 88a9a285

Author Committer Branch Timestamp Parent
gabrieljenik user234287 master 2020-10-01 14:41:10 master e71c7d2f
Affected Issues  16694: Export multiple surveys (lss, lsa) to ZIP crashes or does not export reports/tokens for correct survey
Changeset

Fixed issue 16694: Export multiple surveys (lss, lsa) to ZIP crashes or does not export reports/tokens for correct survey

In 'buildXMLFromQuery', the survey ID is needed for response and token decryption.
It was being derived from session. which worked when exporting a single survey info, or from within a survey. Now an optional parameter was added so the ID can be specified by the caller.

mod - application/helpers/export_helper.php Diff File