From d93f44b493304a398ded31fbbea8933e16f2b20d Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Sat, 19 Nov 2016 23:41:53 +0000
Subject: [PATCH] Avoid a warning with activated rendertime

---
 boot.php | 1 +
 1 file changed, 1 insertion(+)

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();