Added some defaults

This commit is contained in:
Michael 2018-01-28 16:16:21 +00:00
parent e080ea03c0
commit 630cdaeb96
3 changed files with 43 additions and 45 deletions

View file

@ -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'])) {