Index: trunk/phase3/includes/profiler/ProfilerStub.php |
— | — | @@ -12,4 +12,6 @@ |
13 | 13 | public function profileOut( $fn ) {} |
14 | 14 | public function getOutput() {} |
15 | 15 | public function close() {} |
| 16 | + public function logData() {} |
| 17 | + public function getCurrentSection() { return ''; } |
16 | 18 | } |