wfProfileOut( __METHOD__ );
This commit is contained in:
parent
f879db092e
commit
28c9241e38
1 changed files with 1 additions and 0 deletions
|
|
@ -808,6 +808,7 @@ class Article {
|
|||
if ( !$this->mTitle->userCanRead() ) {
|
||||
$wgOut->loginToUse();
|
||||
$wgOut->output();
|
||||
wfProfileOut( __METHOD__ );
|
||||
exit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue