X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerStub.php;h=1017e44660ac9ba0059c1a8e61f490b9e6da43c9;hb=f284dffc212bbf6628ccbd386cc1d2b16ace891c;hp=244b4e4b397b4727439a7dddc6571c3f0ec2a697;hpb=200322ca9a983f0a13d8ad2c3d70e623bfd68d24;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index 244b4e4b39..1017e44660 100644 --- a/includes/profiler/ProfilerStub.php +++ b/includes/profiler/ProfilerStub.php @@ -40,10 +40,9 @@ class ProfilerStub extends Profiler { public function close() { } - public function getCurrentSection() { - return ''; + public function logData() { } - public function logData() { + public function logDataPageOutputOnly() { } }