From: Ori Livneh Date: Thu, 2 Apr 2015 04:09:20 +0000 (-0700) Subject: Follow-up to Icf644ad34: Introduce ProfilerOutputStats X-Git-Tag: 1.31.0-rc.0~11883 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=4e5d016e72a41b3dc2a92d8cce5c4c8e38b7372d;p=lhc%2Fweb%2Fwiklou.git Follow-up to Icf644ad34: Introduce ProfilerOutputStats Change-Id: Ib3585303b75899c4cd7c9c88fb3473b441e52c23 --- 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 */