X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerStub.php;h=3fe9cddb3fbe40b3e28305714232315ba00fb239;hb=ce3a0d7ffad905bc04dcb6a0031a404e2fcc1cc8;hp=244b4e4b397b4727439a7dddc6571c3f0ec2a697;hpb=2d8c7a2d47beed8c2dfad747fef8bf92a3440783;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() { + } }