Merge "Added a separate error message for mkdir failures"
[lhc/web/wiklou.git] / includes / profiler / ProfilerStub.php
index 244b4e4..1017e44 100644 (file)
@@ -40,10 +40,9 @@ class ProfilerStub extends Profiler {
        public function close() {
        }
 
-       public function getCurrentSection() {
-               return '';
+       public function logData() {
        }
 
-       public function logData() {
+       public function logDataPageOutputOnly() {
        }
 }