Added overrides of logData() and getCurrentSection() in ProfilerStub; just in case.
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Feb 2012 14:51:01 +0000 (14:51 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Feb 2012 14:51:01 +0000 (14:51 +0000)
includes/profiler/ProfilerStub.php

index 58c1975..1a0933c 100644 (file)
@@ -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 ''; }
 }