Index: trunk/phase3/includes/SkinPHPTal.php |
— | — | @@ -571,7 +571,7 @@ |
572 | 572 | foreach ( $wgNavigationLinks as $link ) { |
573 | 573 | $result[] = array( |
574 | 574 | 'text' => wfMsg( $link['text'] ), |
575 | | - 'href' => $this->makeInternalOrExternalUrl( wfMsg( $link['href'] ) ), |
| 575 | + 'href' => $this->makeInternalOrExternalUrl( wfMsgForContent( $link['href'] ) ), |
576 | 576 | 'id' => 'n-'.$link['text'] |
577 | 577 | ); |
578 | 578 | } |