]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Profiler.php
Display the publish time in the local timezone
[friendica.git] / src / Util / Profiler.php
index 0f28f23d0ab9c31ab7adc4f40171e248a6c74a5b..fb499d815613f4ff40f2e5cd12a9e0456e94a8df 100644 (file)
@@ -198,7 +198,7 @@ class Profiler implements ContainerInterface
                $this->performance['network'] = 0;
                $this->performance['file'] = 0;
                $this->performance['rendering'] = 0;
-               $this->performance['parser'] = 0;
+               $this->performance['session'] = 0;
                $this->performance['marktime'] = 0;
                $this->performance['marktime'] = microtime(true);
                $this->performance['classcreate'] = 0;
@@ -220,7 +220,7 @@ class Profiler implements ContainerInterface
                $this->callstack['network'] = [];
                $this->callstack['file'] = [];
                $this->callstack['rendering'] = [];
-               $this->callstack['parser'] = [];
+               $this->callstack['session'] = [];
        }
 
        /**