diff --git a/includes/admin/converter.php b/includes/admin/converter.php
index fe1d59f..eb7abe5 100644
|
a
|
b
|
abstract class BBP_Converter_Base { |
| 684 | 684 | $this->field_map[] = array( |
| 685 | 685 | 'to_type' => 'topic', |
| 686 | 686 | 'to_fieldname' => 'ping_status', |
| 687 | | 'default' => 'closed' |
| | 687 | 'default' => 'open' |
| 688 | 688 | ); |
| 689 | 689 | $this->field_map[] = array( |
| 690 | 690 | 'to_type' => 'topic', |
| … |
… |
abstract class BBP_Converter_Base { |
| 692 | 692 | 'default' => 'topic' |
| 693 | 693 | ); |
| 694 | 694 | |
| 695 | | /** Post Section ******************************************************/ |
| | 695 | /** Reply Section ******************************************************/ |
| 696 | 696 | |
| 697 | 697 | $this->field_map[] = array( |
| 698 | 698 | 'to_type' => 'reply', |
| … |
… |
abstract class BBP_Converter_Base { |
| 707 | 707 | $this->field_map[] = array( |
| 708 | 708 | 'to_type' => 'reply', |
| 709 | 709 | 'to_fieldname' => 'ping_status', |
| 710 | | 'default' => 'closed' |
| | 710 | 'default' => 'open' |
| 711 | 711 | ); |
| 712 | 712 | $this->field_map[] = array( |
| 713 | 713 | 'to_type' => 'reply', |