Merge pull request #2942 from annando/1611-avoid-warning

Avoid a warning with activated rendertime
2022.09-rc
rabuzarus 2016-11-20 01:37:20 +01:00 zatwierdzone przez GitHub
commit 79ab2b5a86
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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