r110700 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110699‎ | r110700 | r110701 >
Date:14:51, 4 February 2012
Author:ialex
Status:ok
Tags:
Comment:
Added overrides of logData() and getCurrentSection() in ProfilerStub; just in case.
Modified paths:
  • /trunk/phase3/includes/profiler/ProfilerStub.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/profiler/ProfilerStub.php
@@ -12,4 +12,6 @@
1313 public function profileOut( $fn ) {}
1414 public function getOutput() {}
1515 public function close() {}
 16+ public function logData() {}
 17+ public function getCurrentSection() { return ''; }
1618 }

Status & tagging log