* Fix the warning too
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 7 May 2006 18:19:23 +0000 (18:19 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 7 May 2006 18:19:23 +0000 (18:19 +0000)
includes/SpecialUndelete.php

index 9e86301..541d7aa 100644 (file)
@@ -501,7 +501,7 @@ class UndeleteForm {
                        #$wgOut->addWikiText( wfMsg( 'undeleteextrahelp' ) );
                        # Format the user-visible controls (comment field, submission button)
                        # in a nice little table
-                       $table .= '<table><tr>';
+                       $table = '<table><tr>';
                        $table .= '<td colspan="2">' . wfMsgWikiHtml( 'undeleteextrahelp' ) . '</td></tr><tr>';
                        $table .= '<td align="right"><strong>' . wfMsgHtml( 'undeletecomment' ) . '</strong></td>';
                        $table .= '<td>' . wfInput( 'wpComment', 50, $this->mComment ) . '</td>';