Skip to content

Commit

Permalink
Dev: removed invalid function call
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Aug 8, 2017
1 parent 2642db9 commit aa28956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/models/Template.php
Expand Up @@ -242,7 +242,7 @@ public static function getTemplateConfiguration($sTemplateName=null, $iSurveyId=
$oTemplateConfigurationModel->gsid = $iSurveyGroupId;
$oTemplateConfigurationModel->setToInherit();
$oTemplateConfigurationModel->save();
$oTemplateConfigurationModel->setThisTemplate();
//$oTemplateConfigurationModel->setThisTemplate();
return $oTemplateConfigurationModel;
}

Expand All @@ -253,7 +253,7 @@ public static function getTemplateConfiguration($sTemplateName=null, $iSurveyId=
$oTemplateConfigurationModel->sid = $iSurveyId;
$oTemplateConfigurationModel->setToInherit();
$oTemplateConfigurationModel->save();
$oTemplateConfigurationModel->setThisTemplate();
//$oTemplateConfigurationModel->setThisTemplate();
return $oTemplateConfigurationModel;
}
}
Expand Down

0 comments on commit aa28956

Please sign in to comment.