summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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,