]> git.mxchange.org Git - friendica.git/blobdiff - src/LegacyModule.php
Standards
[friendica.git] / src / LegacyModule.php
index 77b35ba92c21803fcf14fa26a43593b29db74ccb..d307d84ac82995cd296f929e8707d496abcd2dbf 100644 (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 '';
        }
 }