Index: trunk/extensions/ReplaceText/ReplaceTextJob.php |
— | — | @@ -70,8 +70,8 @@ |
71 | 71 | $article->doEdit( $new_text, $edit_summary, $flags ); |
72 | 72 | $wgUser = $actual_user; |
73 | 73 | } |
| 74 | + wfProfileOut( __METHOD__ . '-replace' ); |
74 | 75 | } |
75 | | - wfProfileOut( __METHOD__ . '-replace' ); |
76 | 76 | wfProfileOut( __METHOD__ ); |
77 | 77 | return true; |
78 | 78 | } |