Merge branch 'MDL-75721-400' of https://github.com/paulholden/moodle into MOODLE_400_STABLE
This commit is contained in:
@@ -81,7 +81,7 @@ class custom_report_table extends base_report_table {
|
||||
// Retrieve all report columns, exit early if there are none.
|
||||
$columns = $this->get_active_columns();
|
||||
if (empty($columns)) {
|
||||
$this->init_sql('*', "{{$maintable}} {$maintablealias}", [], '1=0', []);
|
||||
$this->init_sql("{$maintablealias}.*", "{{$maintable}} {$maintablealias}", $joins, '1=0', []);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user