Merge branch 'w27_MDL-34125_m23_tablename' of git://github.com/skodak/moodle into MOODLE_23_STABLE
This commit is contained in:
+1
-1
@@ -452,7 +452,7 @@ function get_used_table_names() {
|
||||
|
||||
if ($loaded and $tables = $structure->getTables()) {
|
||||
foreach($tables as $table) {
|
||||
$table_names[] = strtolower($table->name);
|
||||
$table_names[] = strtolower($table->getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user