From: aude Date: Tue, 23 Oct 2012 11:54:04 +0000 (+0200) Subject: fix bug 41300, restore the continue-editing bit of the edit page preview note X-Git-Tag: 1.31.0-rc.0~21905 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=015419ff1c51d9c8ad2d82d525ac7b3ec453c5b7;p=lhc%2Fweb%2Fwiklou.git fix bug 41300, restore the continue-editing bit of the edit page preview note Change-Id: I39fa7a0951f8e2afe7e25cb61cd1716429228371 --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 15321fc091..d2db142c10 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2931,11 +2931,7 @@ HTML # Messages: usercsspreview, userjspreview, sitecsspreview, sitejspreview if( $level && $format ) { $note = "
" . wfMessage( "{$level}{$format}preview" )->text() . "
"; - } else { - $note = wfMessage( 'previewnote' )->text() ; } - } else { - $note = wfMessage( 'previewnote' )->text() ; } $rt = $content->getRedirectChain();