Skip to content

Commit

Permalink
Dev: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jul 13, 2017
1 parent 437469b commit 30edd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public static function getInstance($sTemplateName='', $iSurveyId='', $bForceXML=
// Template developper could prefer to work with XML rather than DB as a first step, for quick and easy changes
if (App()->getConfig('force_xmlsettings_for_survey_rendering') && YII_DEBUG){
$bForceXML=true;
}elseif(App()->getConfig('force_xmlsettings_for_survey_rendering' && YII_DEBUG)){
}elseif( App()->getConfig('force_xmlsettings_for_survey_rendering') && YII_DEBUG){
$bForceXML=false;
}

Expand Down

0 comments on commit 30edd2b

Please sign in to comment.