]> git.mxchange.org Git - friendica.git/commitdiff
Avoid a warning with activated rendertime
authorMichael <heluecht@pirati.ca>
Sat, 19 Nov 2016 23:41:53 +0000 (23:41 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 19 Nov 2016 23:41:53 +0000 (23:41 +0000)
boot.php

index de7343e31a533975c5443506c8792df7b9812ecb..b44c063f8a6ee0c4c1ff3c5d24b7e32375eaf0cb 100644 (file)
--- 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();