From 8977518c680ec370fa9f22c0eac255403d12fd4a Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 10 Oct 2018 10:09:52 +0100 Subject: Update debugbar --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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, -- cgit v1.3