From: Michael Date: Sat, 19 Nov 2016 23:41:53 +0000 (+0000) Subject: Avoid a warning with activated rendertime X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d93f44b493304a398ded31fbbea8933e16f2b20d;p=friendica.git Avoid a warning with activated rendertime --- diff --git a/boot.php b/boot.php index de7343e31a..b44c063f8a 100644 --- a/boot.php +++ b/boot.php @@ -609,6 +609,7 @@ class App { $this->performance["markstart"] = microtime(true); $this->callstack["database"] = array(); + $this->callstack["database_write"] = array(); $this->callstack["network"] = array(); $this->callstack["file"] = array(); $this->callstack["rendering"] = array();