Index: trunk/phase3/includes/Article.php |
— | — | @@ -401,9 +401,7 @@ |
402 | 402 | |
403 | 403 | wfProfileIn( __METHOD__ ); |
404 | 404 | |
405 | | - $oldid = $this->getOldID(); |
406 | | - $this->mOldId = $oldid; |
407 | | - $this->fetchContent( $oldid ); |
| 405 | + $this->fetchContent( $this->getOldID() ); |
408 | 406 | |
409 | 407 | wfProfileOut( __METHOD__ ); |
410 | 408 | } |