Skip to content

Commit

Permalink
Dev: deprecated getGlobalSetting (develop issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 8, 2018
1 parent 2d40329 commit 7137b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/import_helper.php
Expand Up @@ -2705,7 +2705,7 @@ function createXMLfromData($aData = array()){
$xml->startDocument('1.0', 'UTF-8');
$xml->startElement('document');
$xml->writeElement('LimeSurveyDocType', 'Survey');
$xml->writeElement('DBVersion', getGlobalSetting("DBVersion"));
$xml->writeElement('DBVersion', App()->getConfig("DBVersion"));

$xml->startElement('languages');
foreach ($surveylanguages as $surveylanguage) {
Expand Down

0 comments on commit 7137b2c

Please sign in to comment.