diff options
Diffstat (limited to 'includes/profiler/ProfilerStub.php')
-rw-r--r-- | includes/profiler/ProfilerStub.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index 244b4e4b..3fe9cddb 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() { + } } |