Skip to content

Commit

Permalink
Fixed issue: Error on MSSQL after install
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 20, 2024
1 parent 890835d commit 5b43645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/models/Template.php
Expand Up @@ -482,7 +482,6 @@ public static function getTemplateList()
$criteria = new CDBCriteria();
$criteria->select = 'template_name';
$criteria->with = ['template' => ['select' => 'folder']];
$criteria->order = 'template_name';
$oTemplateList = TemplateConfiguration::model()->with('template')->findAll($criteria);
$aTemplateInStandard = SurveyThemeHelper::getTemplateInStandard();
$aTemplateInUpload = SurveyThemeHelper::getTemplateInUpload();
Expand Down

1 comment on commit 5b43645

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed for 5.X too , i report ? Or you directly fix it ?

Please sign in to comment.