]> git.mxchange.org Git - friendica.git/commitdiff
Ignore function "call_user_func_array" in the callstack
authorMichael <heluecht@pirati.ca>
Tue, 10 Apr 2018 05:55:36 +0000 (05:55 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 10 Apr 2018 05:55:36 +0000 (05:55 +0000)
src/Core/System.php

index 7b68f6131c820eb9991e3ae684f862872b5e601c..9d360dff0c58095d139aff816ae5ca1dc2c61f0a 100644 (file)
@@ -60,7 +60,7 @@ class System extends BaseObject
                $previous = ['class' => '', 'function' => ''];
 
                // The ignore list contains all functions that are only wrapper functions
-               $ignore = ['fetchUrl'];
+               $ignore = ['fetchUrl', 'call_user_func_array'];
 
                while ($func = array_pop($trace)) {
                        if (!empty($func['class'])) {