From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/profiler/ProfilerStub.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/profiler/ProfilerStub.php') diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index c0eb0fb4..3697f352 100644 --- a/includes/profiler/ProfilerStub.php +++ b/includes/profiler/ProfilerStub.php @@ -39,4 +39,6 @@ class ProfilerStub extends Profiler { public function close() {} public function logData() {} public function getCurrentSection() { return ''; } + public function transactionWritingIn( $server, $db ) {} + public function transactionWritingOut( $server, $db ) {} } -- cgit v1.2.2