mirror of
https://github.com/friendica/friendica
synced 2025-04-23 05:10:11 +00:00
Fix fatal error because of unknown function "fetchUrl"
This commit is contained in:
parent
639e2b3892
commit
fd1da74980
2 changed files with 3 additions and 2 deletions
|
@ -48,7 +48,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'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue