Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -1873,8 +1873,8 @@ |
1874 | 1874 | wfProfileIn( $fname ); |
1875 | 1875 | $siteNotice = ''; |
1876 | 1876 | $loggedIn = false; |
1877 | | - $spTitle = SpecialPage::getTitleFor('DismissNotice'); |
1878 | | - $spUrl = $spTitle->getFullURL( array( 'returnto' => $wgTitle->getPrefixedURL() ) ); |
| 1877 | + $spTitle = SpecialPage::getTitleFor( 'DismissNotice' ); |
| 1878 | + $spUrl = $spTitle->escapeFullURL( array( 'returnto' => $wgTitle->getPrefixedURL() ) ); |
1879 | 1879 | |
1880 | 1880 | if( $wgUser instanceOf User && $wgUser->isLoggedIn() ) { |
1881 | 1881 | $loggedIn = true; |