Commit e802122f authored by Franco Fichtner's avatar Franco Fichtner

config: fix typo; closes #1349

parent 50b3807c
...@@ -161,7 +161,7 @@ function convert_config($verbose = false) ...@@ -161,7 +161,7 @@ function convert_config($verbose = false)
if ($verbose) { if ($verbose) {
passthru($mvc_migration); passthru($mvc_migration);
} else { } else {
mwexecf($mvc_migraton); mwexecf($mvc_migration);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment