This commit is contained in:
Philipp
2021-11-16 22:39:23 +01:00
parent 90cde9898b
commit 766b3f0d01
2 changed files with 4 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ class LegacyModule extends BaseModule
$a = DI::app();
return $function_name($a);
} else {
return parent::{$function_suffix}($this->parameters);
return parent::{$function_suffix}();
}
}
}