From: Rob Church Date: Sun, 7 May 2006 18:17:28 +0000 (+0000) Subject: Missing X-Git-Tag: 1.31.0-rc.0~57209 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=4b541b55fc64161c33c0e8238e93fe568d615ad7;p=lhc%2Fweb%2Fwiklou.git Missing --- diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 8da70e0a6a..9e863011f9 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -547,7 +547,7 @@ class UndeleteForm { # Slip in the hidden controls here $misc = wfHidden( 'target', $this->mTarget ); $misc .= wfHidden( 'wpEditToken', $wgUser->editToken() ); - $wgOut->addHtml( $misc ) . ''; + $wgOut->addHtml( $misc . '' ); } return true;