Remove unused parameters & variabeles, fix calls with wrong number of args

This commit is contained in:
Jan Jakeš
2018-11-15 08:09:48 +01:00
committed by Pavel Dohnal
parent aac7744dee
commit 60a5fe2732
5 changed files with 5 additions and 5 deletions

View File

@@ -325,7 +325,7 @@ class Menu {
}
function migration() {
$mp2_migrator = new MP2Migrator($this->access_control);
$mp2_migrator = new MP2Migrator();
$mp2_migrator->init();
$data = array(
'log_file_url' => $mp2_migrator->log_file_url,