From: Michael Vogel Date: Sat, 16 Jan 2016 08:16:51 +0000 (+0100) Subject: This line vanished accidentally ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5769c08cbc7cac1881c7919695a8737f846fda2e;p=friendica.git This line vanished accidentally ... --- diff --git a/boot.php b/boot.php index 963f5c454a..2242ba476d 100644 --- a/boot.php +++ b/boot.php @@ -553,6 +553,7 @@ class App { $this->performance["rendering"] = 0; $this->performance["parser"] = 0; $this->performance["marktime"] = 0; + $this->performance["markstart"] = microtime(true); $this->callstack["database"] = array(); $this->callstack["network"] = array();