summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-10-10 10:09:52 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-10-10 10:09:52 +0100
commit8977518c680ec370fa9f22c0eac255403d12fd4a (patch)
tree2a6126caca93af728266e1eb639c035d45beb53e /index.php
parent028449761100a309498264f836fcc1026760a95f (diff)
downloadwebtrees-8977518c680ec370fa9f22c0eac255403d12fd4a.tar.gz
webtrees-8977518c680ec370fa9f22c0eac255403d12fd4a.tar.bz2
webtrees-8977518c680ec370fa9f22c0eac255403d12fd4a.zip
Update debugbar
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 42cc9a9bfa..5bc410938f 100644
--- a/index.php
+++ b/index.php
@@ -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,