wfProfileOut( __METHOD__ );

This commit is contained in:
Aaron Schulz 2008-04-28 17:05:25 +00:00
parent f879db092e
commit 28c9241e38

View file

@ -808,6 +808,7 @@ class Article {
if ( !$this->mTitle->userCanRead() ) {
$wgOut->loginToUse();
$wgOut->output();
wfProfileOut( __METHOD__ );
exit;
}