MDL-59662 database: Typo in variable name.

This commit is contained in:
Luca Bösch
2017-08-04 10:31:34 +02:00
committed by =
parent 6aaea768a1
commit f2f66bb3e4
+1 -1
View File
@@ -203,7 +203,7 @@ if (!empty($options['collation'])) {
$DB->change_database_structure($sql);
} else {
echo "ERROR (unknown column type: $column->type)\n";
$error++;
$errors++;
continue;
}
echo "CONVERTED\n";