]> git.mxchange.org Git - friendica.git/blobdiff - src/Factory/SessionFactory.php
Merge pull request #10190 from annando/api-attached
[friendica.git] / src / Factory / SessionFactory.php
index f513eef35f797a20c7098382744232593fdf0cc6..6534359e893c617dc4b427a0b717903f16f94793 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -85,7 +85,7 @@ class SessionFactory
                                $session = new Session\Native($baseURL, $handler);
                        }
                } finally {
-                       $profiler->saveTimestamp($stamp1, 'parser', System::callstack());
+                       $profiler->saveTimestamp($stamp1, 'parser');
                        return $session;
                }
        }