]> git.mxchange.org Git - friendica.git/blobdiff - src/LegacyModule.php
Exclude /api and /proxy from 2fa check
[friendica.git] / src / LegacyModule.php
index 4fdfc17d9fc60c004616111a1c94f488ab96ec41..a0b23a5419d2e2d453f9537468ffbe048aedce5c 100644 (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}();
                }