Skip to content
Snippets Groups Projects
Commit aab3268f authored by Matt Petro's avatar Matt Petro
Browse files

UWMOODLE-766: [UWMM #381872] convert course restore system to a cronned queue...

UWMOODLE-766: [UWMM #381872] convert course restore system to a cronned queue runner instead of background php processes 

Fixing a few issues noticed in testing.

Task-Url: https://jira.doit.wisc.edu/jira/browse/UWMOODLE-766
parent 04ceb3cd
No related branches found
No related tags found
No related merge requests found
...@@ -134,9 +134,9 @@ class local_archive_renderer extends plugin_renderer_base { ...@@ -134,9 +134,9 @@ class local_archive_renderer extends plugin_renderer_base {
} }
$output .= html_writer::table($table); $output .= html_writer::table($table);
$output .= $this->output->paging_bar($count, $page, $perpage, $url); $output .= $this->output->paging_bar($count, $page, $perpage, $url);
$output .= html_writer::end_tag('div');
} }
$output .= $this->import_search($component, $subjects); $output .= $this->import_search($component, $subjects);
$output .= html_writer::end_tag('div');
return $output; return $output;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment