Skip to:
Content

bbPress.org

Changeset 5549


Ignore:
Timestamp:
10/10/2014 10:13:01 AM (10 years ago)
Author:
netweb
Message:

XMB 1.x: Fix regression introduced in r5349 where topics were imported a second time as part of the reply section import.

File:
1 edited

Legend:

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

    r5530 r5549  
    367367            'join_tablename'  => 'posts',
    368368            'join_type'       => 'LEFT',
    369             'join_expression' => 'ON posts.author = members.username',
     369            'join_expression' => 'ON posts.author = members.username WHERE posts.subject = ""',
    370370            'to_type'         => 'reply',
    371371            'to_fieldname'    => 'post_author',
Note: See TracChangeset for help on using the changeset viewer.