From e7b1979681fc98ce8811eb931421f29067e96e06 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 4 Feb 2012 14:51:01 +0000 Subject: [PATCH] Added overrides of logData() and getCurrentSection() in ProfilerStub; just in case. --- includes/profiler/ProfilerStub.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index 58c1975ce0..1a0933c40a 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 ''; } } -- 2.20.1