X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfilerStub.php;h=3697f352aefd15e98697576a9a25d5de3fcc9e1b;hb=edba2e008c079f4d51abc70f2c98c1dc8009a900;hp=c0eb0fb4408ab11b1b3e43b91f386b5173f4b902;hpb=23d63db90ca2ca9491aade0408af235e637e3c33;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index c0eb0fb440..3697f352ae 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 ) {} }