X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Flogging%2FLogPager.php;h=bf489ab9aa1f95c2281173d73d734f71bd64cab7;hb=a21cc4597c21d8216dc583f63397f035f1f83343;hp=256934e4c7cc121f9c723f966bf873f2ac9f4ff9;hpb=484fce617599f79d27b13f7822240ccf9d8721e7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogPager.php b/includes/logging/LogPager.php index 256934e4c7..bf489ab9aa 100644 --- a/includes/logging/LogPager.php +++ b/includes/logging/LogPager.php @@ -323,7 +323,6 @@ class LogPager extends ReverseChronologicalPager { } public function getStartBody() { - wfProfileIn( __METHOD__ ); # Do a link batch query if ( $this->getNumRows() > 0 ) { $lb = new LinkBatch; @@ -339,7 +338,6 @@ class LogPager extends ReverseChronologicalPager { $lb->execute(); $this->mResult->seek( 0 ); } - wfProfileOut( __METHOD__ ); return ''; }