Coding standard fixes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user