config: fix typo; closes #1349

This commit is contained in:
Franco Fichtner 2017-01-25 09:58:09 +01:00
parent 50b3807ce8
commit e802122f06

View File

@ -161,7 +161,7 @@ function convert_config($verbose = false)
if ($verbose) {
passthru($mvc_migration);
} else {
mwexecf($mvc_migraton);
mwexecf($mvc_migration);
}
}