Skip to:
Content

bbPress.org

Changeset 5798


Ignore:
Timestamp:
05/28/2015 07:55:14 AM (10 years ago)
Author:
netweb
Message:

phpBB Importer: Missed forum total topic and total reply count schema change
See #2716

File:
1 edited

Legend:

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

    r5797 r5798  
    6161        $this->field_map[] = array(
    6262            'from_tablename' => 'forums',
    63             'from_fieldname' => 'forum_topics_real',
     63            'from_fieldname' => 'forum_topics_approved',
    6464            'to_type'        => 'forum',
    6565            'to_fieldname'   => '_bbp_total_topic_count'
     
    6969        $this->field_map[] = array(
    7070            'from_tablename' => 'forums',
    71             'from_fieldname' => 'forum_posts',
     71            'from_fieldname' => 'forum_posts_approved',
    7272            'to_type'        => 'forum',
    7373            'to_fieldname'   => '_bbp_total_reply_count'
Note: See TracChangeset for help on using the changeset viewer.