diff --git a/Model/QuestionnaireFrameSetting.php b/Model/QuestionnaireFrameSetting.php index b29dbd5..8c68780 100644 --- a/Model/QuestionnaireFrameSetting.php +++ b/Model/QuestionnaireFrameSetting.php @@ -130,7 +130,7 @@ public function getQuestionnaireFrameSetting($frameKey) { $dir = 'DESC'; } elseif ($setting['sort_type'] == QuestionnairesComponent::QUESTIONNAIRE_SORT_CREATED) { $sort = 'created'; - $dir = 'DESC'; + $dir = 'ASC'; } elseif ($setting['sort_type'] == QuestionnairesComponent::QUESTIONNAIRE_SORT_TITLE) { $sort = 'title'; $dir = 'ASC';