Skip to:
Content

bbPress.org

Changeset 5524


Ignore:
Timestamp:
09/19/2014 05:05:59 AM (10 years ago)
Author:
netweb
Message:

In phpBB.php importer use the correct callback_forumid callback for reply forum ID's.

File:
1 edited

Legend:

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

    r5428 r5524  
    292292        );
    293293        $this->field_map[] = array(
    294             'from_tablename' => 'topics',
    295             'from_fieldname' => 'topic_last_post_time',
    296             'to_type'        => 'topic',
    297             'to_fieldname'   => '_bbp_last_active_time',
     294            'from_tablename'  => 'topics',
     295            'from_fieldname'  => 'topic_last_post_time',
     296            'to_type'         => 'topic',
     297            'to_fieldname'    => '_bbp_last_active_time',
    298298            'callback_method' => 'callback_datetime'
    299299        );
     
    331331            'to_type'         => 'reply',
    332332            'to_fieldname'    => '_bbp_forum_id',
    333             'callback_method' => 'callback_topicid_to_forumid'
     333            'callback_method' => 'callback_forumid'
    334334        );
    335335
Note: See TracChangeset for help on using the changeset viewer.