Skip to:
Content

bbPress.org

Changeset 5554


Ignore:
Timestamp:
10/21/2014 11:43:14 PM (10 years ago)
Author:
netweb
Message:

Include anonymous reply author name in Drupal7.php importer.
Props netweb. See #2347

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/Drupal7.php

    r5544 r5554  
    411411        // Reply author name (Stored in postmeta as _bbp_anonymous_name)
    412412        $this->field_map[] = array(
    413             'to_type'      => 'reply',
    414             'to_fieldname' => '_bbp_old_reply_author_name_id',
    415             'default'      => 'Anonymous'
     413            'from_tablename' => 'comment',
     414            'from_fieldname' => 'name',
     415            'to_type'        => 'reply',
     416            'to_fieldname'   => '_bbp_old_reply_author_name_id'
    416417        );
    417418
Note: See TracChangeset for help on using the changeset viewer.