* (bug 23460) Parse action should have a section option
[lhc/web/wiklou.git] / includes / ProfilerStub.php
index 100cb8d..575fa7e 100644 (file)
@@ -7,6 +7,7 @@
 
 /** backward compatibility */
 $wgProfiling = false;
+$wgProfiler = null;
 
 /** is setproctitle function available ? */
 $haveProctitle = function_exists( 'setproctitle' );