]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/System.php
Merge pull request #8934 from annando/fix-fatal
[friendica.git] / src / Core / System.php
index 67ee3a80383dd66d40291dabfbd8390f0b9b7d7d..8b2c2d500516326108b5c2d61527be6e0ad272a1 100644 (file)
@@ -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'])) {