From: Aryeh Gregor Date: Wed, 24 Dec 2008 19:08:18 +0000 (+0000) Subject: Revert revert I accidentally committed X-Git-Tag: 1.31.0-rc.0~43789 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=3aedfc60d7c4db986180164faacbc484b2b0b553;p=lhc%2Fweb%2Fwiklou.git Revert revert I accidentally committed --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index dcd5c309be..f8dba714a2 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1383,6 +1383,7 @@ class OutputPage { */ public function addReturnTo( $title ) { global $wgUser; + $this->addLink( array( 'rel' => 'next', 'href' => $title->getFullUrl() ) ); $link = wfMsg( 'returnto', $wgUser->getSkin()->makeLinkObj( $title ) ); $this->addHTML( "

{$link}

\n" ); }