From: Ævar Arnfjörð Bjarmason Date: Sun, 3 Apr 2005 18:10:04 +0000 (+0000) Subject: * Yummie ? : syntax. X-Git-Tag: 1.5.0alpha1~407 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=cc789100212f93975fd7616c22946561ad907ef7;p=lhc%2Fweb%2Fwiklou.git * Yummie ? : syntax. --- diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 0134dc16a3..9f33992c03 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -118,11 +118,7 @@ class MovePageForm { $wgOut->addHTML( '

' . wfMsg($err) . "

\n" ); } - if ( $this->moveTalk ) { - $moveTalkChecked = " checked='checked'"; - } else { - $moveTalkChecked = ''; - } + $moveTalkChecked = $this->moveTalk ? ' checked="checked"' : ''; $wgOut->addHTML( "