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

UWMOODLE-668: When searching for archives, always show advanced columns to archive managers

parent 3f65a2c2
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ abstract class archive_course_search_base implements renderable { ...@@ -75,7 +75,7 @@ abstract class archive_course_search_base implements renderable {
} }
public function get_showadvanced() { public function get_showadvanced() {
if (!empty($this->state['advanced']) && $this->can_show_advanced()) { if ($this->can_show_advanced()) {
return true; return true;
} else { } else {
return false; return false;
......
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