MDL-59662 database: Typo in variable name.

This commit is contained in:
Luca Bösch
2017-08-04 10:30:52 +02:00
committed by =
parent 66cfaa5f43
commit 34816abc7e
+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";