wfProfileOut in proper code part

This commit is contained in:
Siebrand Mazeland 2009-12-31 18:08:24 +00:00
parent 768c60d3d1
commit 9db23c573b
Notes: Siebrand Mazeland 2009-12-31 18:08:24 +00:00

View file

@ -70,8 +70,8 @@ class ReplaceTextJob extends Job {
$article->doEdit( $new_text, $edit_summary, $flags );
$wgUser = $actual_user;
}
wfProfileOut( __METHOD__ . '-replace' );
}
wfProfileOut( __METHOD__ . '-replace' );
wfProfileOut( __METHOD__ );
return true;
}