Index: trunk/phase3/includes/diff/DifferenceEngine.php |
— | — | @@ -222,12 +222,10 @@ |
223 | 223 | $wgOut->setArticleFlag( false ); |
224 | 224 | if ( !$this->loadRevisionData() ) { |
225 | 225 | // Sounds like a deleted revision... Let's see what we can do. |
226 | | - $deletedLink = $this->deletedLink( $this->mNewid ); |
227 | | - |
228 | 226 | $t = $this->mTitle->getPrefixedText(); |
229 | 227 | $d = wfMsgExt( 'missingarticle-diff', array( 'escape' ), |
230 | | - $this->deletedIdMarker( $this->mOldid ), |
231 | | - $this->deletedIdMarker( $this->mNewid ) ); |
| 228 | + $this->deletedIdMarker( $this->mOldid ), |
| 229 | + $this->deletedIdMarker( $this->mNewid ) ); |
232 | 230 | $wgOut->setPagetitle( wfMsg( 'errorpagetitle' ) ); |
233 | 231 | $wgOut->addWikiMsg( 'missing-article', "<nowiki>$t</nowiki>", "<span class='plainlinks'>$d</span>" ); |
234 | 232 | wfProfileOut( __METHOD__ ); |