Skip to:
Content

bbPress.org

Ticket #1925: 1925.bbPress1.php.diff

File 1925.bbPress1.php.diff, 624 bytes (added by netweb, 11 years ago)
  • bbPress/admin/converters/bbPress1.php

    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 { 
    253251                        'to_type'        => 'topic',
    254252                        'to_fieldname'   => 'post_modified_gmt'
    255253                );
    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                 );
    262254
    263255                /** Tags Section ******************************************************/