Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #17297: Importing question group does not work (#1914)
Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Jun 9, 2021
1 parent b463c91 commit 33ad993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/admin/import_helper.php
Expand Up @@ -47,6 +47,7 @@ function XMLImportGroup($sFullFilePath, $iNewSID, $bTranslateLinksFields)
$results['subquestions'] = 0;
$results['conditions'] = 0;
$results['groups'] = 0;
$results['importwarnings'] = [];

$importlanguages = array();
foreach ($xml->languages->language as $language) {
Expand Down

0 comments on commit 33ad993

Please sign in to comment.