mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-69973 xmldb: Ensure all reports use fresh metadata (not cached)
This commit is contained in:
parent
533c35ff99
commit
12e273dddd
@ -149,7 +149,7 @@ abstract class XMLDBCheckAction extends XMLDBAction {
|
||||
continue;
|
||||
}
|
||||
// Fetch metadata from physical DB. All the columns info.
|
||||
if (!$metacolumns = $DB->get_columns($xmldb_table->getName())) {
|
||||
if (!$metacolumns = $DB->get_columns($xmldb_table->getName(), false)) {
|
||||
// / Skip table if no metacolumns is available for it
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user