From: Brion Vibber Date: Tue, 23 Dec 2008 21:50:42 +0000 (+0000) Subject: Revert r44970 "Add FileCache exit back from r44801" X-Git-Tag: 1.31.0-rc.0~43805 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=4c13e8800e7c02e6573745c13784fe3fbc01b6ef;p=lhc%2Fweb%2Fwiklou.git Revert r44970 "Add FileCache exit back from r44801" Forcing an exit from the middle of an initialization function seems like pretty poor practice. --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 2e00cdeba7..ce5fd68c9e 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -239,8 +239,7 @@ class MediaWiki { $article->viewUpdates(); } wfProfileOut( __METHOD__ ); - $this->restInPeace(); - exit; + return true; } } /* No match to special cases */