summaryrefslogtreecommitdiff
path: root/includes/profiler/ProfilerStub.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/profiler/ProfilerStub.php')
-rw-r--r--includes/profiler/ProfilerStub.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php
index 58c1975c..1a0933c4 100644
--- a/includes/profiler/ProfilerStub.php
+++ b/includes/profiler/ProfilerStub.php
@@ -12,4 +12,6 @@ class ProfilerStub extends Profiler {
public function profileOut( $fn ) {}
public function getOutput() {}
public function close() {}
+ public function logData() {}
+ public function getCurrentSection() { return ''; }
}