r110937 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110936‎ | r110937 | r110938 >
Date:15:23, 8 February 2012
Author:ialex
Status:ok
Tags:
Comment:
Fix comment, Profiler::getFunctionReport() no longer logs data itself.
Modified paths:
  • /trunk/phase3/includes/profiler/Profiler.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/profiler/Profiler.php
@@ -372,7 +372,8 @@
373373
374374 /**
375375 * Returns a list of profiled functions.
376 - * Also log it into the database if $wgProfileToDatabase is set to true.
 376+ *
 377+ * @return string
377378 */
378379 function getFunctionReport() {
379380 $this->collateData();

Status & tagging log