Fix $a to #this in save_timestamp
This commit is contained in:
parent
4fdced1a0a
commit
549950d0ae
1 changed files with 1 additions and 1 deletions
2
boot.php
2
boot.php
|
@ -1100,7 +1100,7 @@ class App {
|
|||
}
|
||||
|
||||
function save_timestamp($stamp, $value) {
|
||||
if (!isset($a->config['system']['profiler']) || !$a->config['system']['profiler'])
|
||||
if (!isset($this->config['system']['profiler']) || !$this->config['system']['profiler'])
|
||||
return;
|
||||
|
||||
$duration = (float)(microtime(true)-$stamp);
|
||||
|
|
Loading…
Reference in a new issue