From: Alexandre Emsenhuber Date: Sat, 4 Feb 2012 14:51:01 +0000 (+0000) Subject: Added overrides of logData() and getCurrentSection() in ProfilerStub; just in case. X-Git-Tag: 1.31.0-rc.0~24937 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=e7b1979681fc98ce8811eb931421f29067e96e06;p=lhc%2Fweb%2Fwiklou.git Added overrides of logData() and getCurrentSection() in ProfilerStub; just in case. --- 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 ''; } }