MDL-72095 survey: Add missing parenthesis after merge conflict.

This commit is contained in:
Ilya Tregubov
2021-12-13 19:30:40 +02:00
parent 9e5ffa2229
commit 1f3fde6dee
+1
View File
@@ -73,6 +73,7 @@ $PAGE->set_heading($course->fullname);
// No need to show the description if the survey is done and a graph page is to be shown.
if ($surveyalreadydone && $showscales) {
$PAGE->activityheader->set_description('');
}
$PAGE->add_body_class('limitedwidth');
echo $OUTPUT->header();
if (!$PAGE->has_secondary_navigation()) {