X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSystem.php;h=e84fcb5737733f649f13bf3ed4c2a3e34c51e4fe;hb=0d1fa70e2ecb372d158871285e0cda5f6d77194a;hp=cb916610248cf385cc2332968cd42512e75a1884;hpb=19141b1bcfeff348de1cd3138dda07d972c0c0da;p=friendica.git diff --git a/src/Core/System.php b/src/Core/System.php index cb91661024..e84fcb5737 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -49,7 +49,7 @@ class System $previous = ['class' => '', 'function' => '', 'database' => false]; // The ignore list contains all functions that are only wrapper functions - $ignore = ['fetchUrl', 'call_user_func_array']; + $ignore = ['call_user_func_array']; while ($func = array_pop($trace)) { if (!empty($func['class'])) {