]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Images.php
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / src / Util / Images.php
index ef171873f2f9d4ca5666e694b4cc97c8cd1ff5ee..f39b0db00dc235a643475159e562724bc4c0c0b6 100644 (file)
@@ -200,7 +200,7 @@ class Images
 
                                $stamp1 = microtime(true);
                                file_put_contents($tempfile, $img_str);
-                               DI::profiler()->saveTimestamp($stamp1, "file", System::callstack());
+                               DI::profiler()->saveTimestamp($stamp1, "file");
 
                                $data = getimagesize($tempfile);
                                unlink($tempfile);