]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/System.php
Merge pull request #9039 from MrPetovan/task/frio-accent-scheme
[friendica.git] / src / Core / System.php
index cb916610248cf385cc2332968cd42512e75a1884..e84fcb5737733f649f13bf3ed4c2a3e34c51e4fe 100644 (file)
@@ -49,7 +49,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'])) {