Fix missing wfProfileOut call in HtmlFormatter
authorBrion Vibber <brion@pobox.com>
Mon, 23 Sep 2013 19:14:45 +0000 (12:14 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 23 Sep 2013 19:14:45 +0000 (12:14 -0700)
Followup to missing call in Ic276e1604c5718e8568e120ddfb9a8fc13a682fc

Change-Id: I69623d565826aacaa884c1c0a3ffec46ca1fb465

includes/HtmlFormatter.php

index 99426ec..eb3e941 100644 (file)
@@ -133,6 +133,7 @@ class HtmlFormatter {
                $removals = $this->parseItemsToRemove();
 
                if ( !$removals ) {
+                       wfProfileOut( __METHOD__ );
                        return;
                }