diff --git a/bbPress/admin/converters/bbPress1.php b/bbPress/admin/converters/bbPress1.php
index 80bca21..e86f578 100644
a
|
b
|
class bbPress1 extends BBP_Converter_Base { |
253 | 251 | 'to_type' => 'topic', |
254 | 252 | 'to_fieldname' => 'post_modified_gmt' |
255 | 253 | ); |
256 | | $this->field_map[] = array( |
257 | | 'from_tablename' => 'topics', |
258 | | 'from_fieldname' => 'topic_time', |
259 | | 'to_type' => 'topic', |
260 | | 'to_fieldname' => '_bbp_last_active_time' |
261 | | ); |
262 | 254 | |
263 | 255 | /** Tags Section ******************************************************/ |