Merge branch 'MDL-48610-master_always_visible_alphabet_filter' of https://github.com/gmrsagar/moodle

This commit is contained in:
Sara Arjona 2019-07-02 08:45:56 +02:00
commit af1fce5cb9

View File

@ -1615,7 +1615,7 @@ class table_sql extends flexible_table {
}
$grandtotal = $DB->count_records_sql($this->countsql, $this->countparams);
if ($useinitialsbar && !$this->is_downloading()) {
$this->initialbars($grandtotal > $pagesize);
$this->initialbars(true);
}
list($wsql, $wparams) = $this->get_sql_where();