APIEDIT BRANCH MERGE:
[lhc/web/wiklou.git] / includes / ProfilerStub.php
index 3bcdaab..c41845a 100644 (file)
@@ -21,6 +21,6 @@ function wfProfileOut( $fn = '' ) {
 }
 function wfGetProfilingOutput( $s, $e ) {}
 function wfProfileClose() {}
-function wfLogProfilingData() {}
+$wgProfiling = false;
+
 
-?>