mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Added some defaults
This commit is contained in:
parent
e080ea03c0
commit
630cdaeb96
3 changed files with 43 additions and 45 deletions
|
@ -60,7 +60,7 @@ class System extends BaseObject
|
|||
$previous = ['class' => '', 'function' => ''];
|
||||
|
||||
// The ignore list contains all functions that are only wrapper functions
|
||||
$ignore = ['get_config', 'get_pconfig', 'set_config', 'set_pconfig', 'fetch_url', 'probe_url'];
|
||||
$ignore = ['fetchUrl'];
|
||||
|
||||
while ($func = array_pop($trace)) {
|
||||
if (!empty($func['class'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue