r89361 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89360‎ | r89361 | r89362 >
Date:20:15, 2 June 2011
Author:demon
Status:ok
Tags:
Comment:
Revert r88648 per CR
Modified paths:
  • /trunk/phase3/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/index.php
@@ -98,7 +98,7 @@
9999 }
100100 wfProfileOut( 'index.php-setup' );
101101 wfProfileOut( 'index.php' );
102 - return;
 102+ exit;
103103 }
104104 }
105105
@@ -118,7 +118,7 @@
119119 $dispatcher->performAction();
120120 wfProfileOut( 'index.php' );
121121 $mediaWiki->restInPeace();
122 - return;
 122+ exit;
123123 }
124124
125125 if ( $wgUseFileCache && $wgTitle !== null ) {
@@ -142,7 +142,7 @@
143143 $mediaWiki->finalCleanup();
144144 wfProfileOut( 'index.php' );
145145 $mediaWiki->restInPeace();
146 - return;
 146+ exit;
147147 }
148148 }
149149 wfProfileOut( 'index.php-filecache' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88648exit -> return now that we are in a functionialex16:37, 23 May 2011

Status & tagging log