Index: trunk/phase3/index.php |
— | — | @@ -145,7 +145,7 @@ |
146 | 146 | $ns = $wgTitle->getNamespace(); |
147 | 147 | |
148 | 148 | // Namespace might change when using redirects |
149 | | - if($action == 'view') { |
| 149 | + if($action == 'view' && !$wgRequest->getVal( 'oldid' ) ) { |
150 | 150 | $wgArticle = new Article( $wgTitle ); |
151 | 151 | $rTitle = Title::newFromRedirect( $wgArticle->fetchContent() ); |
152 | 152 | if($rTitle) { |