mirror of
https://github.com/friendica/friendica
synced 2024-11-19 16:23:40 +00:00
Ignore function "call_user_func_array" in the callstack
This commit is contained in:
parent
f527e74f97
commit
ea9b4cc523
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class System extends BaseObject
|
||||||
$previous = ['class' => '', 'function' => ''];
|
$previous = ['class' => '', 'function' => ''];
|
||||||
|
|
||||||
// The ignore list contains all functions that are only wrapper functions
|
// The ignore list contains all functions that are only wrapper functions
|
||||||
$ignore = ['fetchUrl'];
|
$ignore = ['fetchUrl', 'call_user_func_array'];
|
||||||
|
|
||||||
while ($func = array_pop($trace)) {
|
while ($func = array_pop($trace)) {
|
||||||
if (!empty($func['class'])) {
|
if (!empty($func['class'])) {
|
||||||
|
|
Loading…
Reference in a new issue