MDL-34125 fix regression when deleting activity modules

Credit goes to Gordon Bateson.
This commit is contained in:
Petr Škoda
2012-07-01 10:04:54 +02:00
parent 6be7840ce6
commit afe1cf72a0
+1 -1
View File
@@ -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());
}
}
}