Index: trunk/phase3/includes/Xml.php |
— | — | @@ -744,7 +744,7 @@ |
745 | 745 | public function __construct( $name = false, $id = false, $default = false ) { |
746 | 746 | if ( $name ) $this->setAttribute( 'name', $name ); |
747 | 747 | if ( $id ) $this->setAttribute( 'id', $id ); |
748 | | - if ( $default ) $this->default = $default; |
| 748 | + if ( $default !== false ) $this->default = $default; |
749 | 749 | } |
750 | 750 | |
751 | 751 | public function setDefault( $default ) { |