From: Alexandre Emsenhuber Date: Wed, 8 Feb 2012 15:23:09 +0000 (+0000) Subject: Fix comment, Profiler::getFunctionReport() no longer logs data itself. X-Git-Tag: 1.31.0-rc.0~24866 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=6eb567c4bcc04df4d4791c2f91661752a7de990a;p=lhc%2Fweb%2Fwiklou.git Fix comment, Profiler::getFunctionReport() no longer logs data itself. --- diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php index dadd14267f..0fe18c2566 100644 --- a/includes/profiler/Profiler.php +++ b/includes/profiler/Profiler.php @@ -372,7 +372,8 @@ class Profiler { /** * Returns a list of profiled functions. - * Also log it into the database if $wgProfileToDatabase is set to true. + * + * @return string */ function getFunctionReport() { $this->collateData();