Coding standard fixes

This commit is contained in:
fred
2017-04-15 19:35:52 +02:00
parent dd7f959731
commit a1ea56f505
5 changed files with 294 additions and 298 deletions

View File

@ -272,7 +272,7 @@ class Menu {
}
$mp2Migrator = new MP2Migrator();
if ($mp2Migrator->proposeMigration()) {
if($mp2Migrator->proposeMigration()) {
$mp2Migrator->init();
$data = array(
'log_file_url' => $mp2Migrator->log_file_url,