aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorChad Horohoe <demon@users.mediawiki.org>2011-06-02 20:15:00 +0000
committerChad Horohoe <demon@users.mediawiki.org>2011-06-02 20:15:00 +0000
commitc8eb28b2b38c91a74dd9f6d4b457d6234b7124b3 (patch)
tree5239e0a1b81a31206abd50c5b07f28b56439f109 /index.php
parenta6722cc9aa2e30467ed9217d8a5388ce1cfcd9a9 (diff)
downloadmediawikicore-c8eb28b2b38c91a74dd9f6d4b457d6234b7124b3.tar.gz
mediawikicore-c8eb28b2b38c91a74dd9f6d4b457d6234b7124b3.zip
Revert r88648 per CR
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/89361
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 5e5f47c5379d..c7d0f92d117b 100644
--- a/index.php
+++ b/index.php
@@ -98,7 +98,7 @@ function wfIndexMain() {
}
wfProfileOut( 'index.php-setup' );
wfProfileOut( 'index.php' );
- return;
+ exit;
}
}
@@ -118,7 +118,7 @@ function wfIndexMain() {
$dispatcher->performAction();
wfProfileOut( 'index.php' );
$mediaWiki->restInPeace();
- return;
+ exit;
}
if ( $wgUseFileCache && $wgTitle !== null ) {
@@ -142,7 +142,7 @@ function wfIndexMain() {
$mediaWiki->finalCleanup();
wfProfileOut( 'index.php' );
$mediaWiki->restInPeace();
- return;
+ exit;
}
}
wfProfileOut( 'index.php-filecache' );