X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FLegacyModule.php;h=53f76766044cde16a55f9d17ccd6bbc0f7d2b7d7;hb=c732027b04f674d186ee8652280313f25eedbd9a;hp=38c3e9a8fb4d0b8ff68309f25aa95418a37322b4;hpb=8f741c8b78e37fc8a93061fae96195bb7a82d3bb;p=friendica.git diff --git a/src/LegacyModule.php b/src/LegacyModule.php index 38c3e9a8fb..53f7676604 100644 --- a/src/LegacyModule.php +++ b/src/LegacyModule.php @@ -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}(); } } }