I guess it is enough to set a variable to zero once ...
This commit is contained in:
parent
092c2e5433
commit
571d1544e4
3
boot.php
3
boot.php
|
@ -554,9 +554,6 @@ class App {
|
|||
$this->performance["parser"] = 0;
|
||||
$this->performance["marktime"] = 0;
|
||||
|
||||
$this->performance["file"] = 0;
|
||||
$this->performance["file"] = 0;
|
||||
|
||||
$this->callstack["database"] = array();
|
||||
$this->callstack["network"] = array();
|
||||
$this->callstack["file"] = array();
|
||||
|
|
Loading…
Reference in a new issue