X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerStub.php;h=3fe9cddb3fbe40b3e28305714232315ba00fb239;hb=a74baa198cf96178365216a1c5d8c138903c6f40;hp=244b4e4b397b4727439a7dddc6571c3f0ec2a697;hpb=c864eab8209c98b86c314041fde48bfb2d8ee533;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index 244b4e4b39..3fe9cddb3f 100644 --- a/includes/profiler/ProfilerStub.php +++ b/includes/profiler/ProfilerStub.php @@ -46,4 +46,7 @@ class ProfilerStub extends Profiler { public function logData() { } + + public function logDataPageOutputOnly() { + } }