Skip to content

Commit

Permalink
Dev: Close XMl reader after use
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 23, 2018
1 parent 95d974e commit 2651c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/admin/import_helper.php
Expand Up @@ -1686,6 +1686,7 @@ function XMLImportResponses($sFullFilePath, $iSurveyID, $aFieldReMap = array())

}
}
$oXMLReader->close();

switchMSSQLIdentityInsert('survey_'.$iSurveyID, false);
if (Yii::app()->db->getDriverName() == 'pgsql') {
Expand Down

0 comments on commit 2651c64

Please sign in to comment.