Skip to content
Snippets Groups Projects
Commit 359e23c1 authored by Elke Kreim's avatar Elke Kreim
Browse files

Remove undefined variable

parent 73ff3ebc
Branches dev-moodle-4
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ class block_hshcourselist extends block_base { ...@@ -138,7 +138,7 @@ class block_hshcourselist extends block_base {
'action' => new moodle_url('/') 'action' => new moodle_url('/')
); );
$form = html_writer::tag('form', $idsearchinglabel.$ordercheckbox.$input.$questionhsh.$progress, $formattrs); $form = html_writer::tag('form', $idsearchinglabel.$ordercheckbox.$input.$questionhsh, $formattrs);
if (!empty($hshcoursesubmit)) { if (!empty($hshcoursesubmit)) {
$courses = self::get_courses($search, $contextblock, $this->globalconf->splitterms, $courses = self::get_courses($search, $contextblock, $this->globalconf->splitterms,
$this->globalconf->restrictcontext, $this->page->context, $this->globalconf->restrictcontext, $this->page->context,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment