mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-15 10:59:28 +00:00
wfProfileOut in proper code part
This commit is contained in:
parent
768c60d3d1
commit
9db23c573b
Notes:
Siebrand Mazeland
2009-12-31 18:08:24 +00:00
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue