Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions classes/question/rate.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ protected function question_survey_display($response, $descendantsdata, $blankqu
if ($blankquestionnaire) {
$disabled = ' disabled="disabled"';
}
if (!empty($data) && ( !isset($data->{'q'.$this->id}) || !is_array($data->{'q'.$this->id}) ) ) {
$data->{'q'.$this->id} = [];
}

// Check if rate question has one line only to display full width columns of choices.
$nocontent = false;
Expand Down