1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-08-20 13:44:08 +00:00

Fix LegacyModule init()

This commit is contained in:
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

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 '';
}
}