Fix ProfilerSimpleTextBreakage introduced by r86633
authorDomas Mituzas <midom@users.mediawiki.org>
Mon, 16 May 2011 12:45:08 +0000 (12:45 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Mon, 16 May 2011 12:45:08 +0000 (12:45 +0000)
includes/profiler/ProfilerSimpleText.php

index 1165f24..fccfb92 100644 (file)
@@ -27,7 +27,6 @@ class ProfilerSimpleText extends ProfilerSimple {
 
        public function logData() {
                if($this->mTemplated) {
-                       $this->collateData();
                        uasort($this->mCollated,array('self','sort'));
                        array_walk($this->mCollated,array('self','format'));
                        if ($this->visible) {