1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-11 12:08:52 +00:00

Avoid a warning with activated rendertime

This commit is contained in:
Michael 2016-11-19 23:41:53 +00:00
parent 914330bb8f
commit d93f44b493

View file

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