diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-10-10 10:09:52 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-10-10 10:09:52 +0100 |
| commit | 8977518c680ec370fa9f22c0eac255403d12fd4a (patch) | |
| tree | 2a6126caca93af728266e1eb639c035d45beb53e /index.php | |
| parent | 028449761100a309498264f836fcc1026760a95f (diff) | |
| download | webtrees-8977518c680ec370fa9f22c0eac255403d12fd4a.tar.gz webtrees-8977518c680ec370fa9f22c0eac255403d12fd4a.tar.bz2 webtrees-8977518c680ec370fa9f22c0eac255403d12fd4a.zip | |
Update debugbar
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ try { // Note that we can't stop this timer, as running the action will // generate the response - which includes (and stops) the timer - DebugBar::startMeasure('controller_action', $controller_action); + DebugBar::startMeasure('controller_action'); $middleware_stack = [ CheckForMaintenanceMode::class, |
