Merge "API: Correct 'from_namespace' logic in ApiQueryBacklinksprop"
[lhc/web/wiklou.git] / includes / profiler / ProfilerStub.php
index 1d04536..3fe9cdd 100644 (file)
@@ -43,4 +43,10 @@ class ProfilerStub extends Profiler {
        public function getCurrentSection() {
                return '';
        }
+
+       public function logData() {
+       }
+
+       public function logDataPageOutputOnly() {
+       }
 }