1
0
Fork 0

Merge remote-tracking branch 'upstream/develop' into 1610-performance

This commit is contained in:
Michael 2016-10-27 12:18:45 +00:00
commit 3f0656fdbd
5 changed files with 28 additions and 22 deletions

View file

@ -1104,7 +1104,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);