Fix LegacyModule init()

pull/11002/head
Philipp 2021-11-19 20:21:37 +01:00
parent 645e4edc63
commit 296a9070a0
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ class LegacyModule extends BaseModule
if (\function_exists($function_name)) {
$a = DI::app();
return $function_name($a);
} else {
return parent::{$function_suffix}();
}
return '';
}
}