removing code for now

This commit is contained in:
Philipp Holzer
2019-02-05 23:06:28 +01:00
parent ef16e1a037
commit 87acace660
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class LegacyModule extends BaseModule
if (\function_exists($function_name)) {
$a = self::getApp();
return $function_name($a, $a->getConfig());
return $function_name($a);
} else {
return parent::{$function_suffix}();
}