From 4e5d016e72a41b3dc2a92d8cce5c4c8e38b7372d Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Wed, 1 Apr 2015 21:09:20 -0700 Subject: [PATCH] Follow-up to Icf644ad34: Introduce ProfilerOutputStats Change-Id: Ib3585303b75899c4cd7c9c88fb3473b441e52c23 --- includes/profiler/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php index 0718875327..924bb0372f 100644 --- a/includes/profiler/Profiler.php +++ b/includes/profiler/Profiler.php @@ -49,7 +49,7 @@ abstract class Profiler { 'text' => 'ProfilerOutputText', 'udp' => 'ProfilerOutputUdp', 'dump' => 'ProfilerOutputDump', - 'context' => 'ProfilerOutputStats', + 'stats' => 'ProfilerOutputStats', ); /** @var Profiler */ -- 2.20.1