Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/19/2014 02:01:21 AM (11 years ago)
Author:
netweb
Message:

In Phorum.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/Phorum.php

    r5516 r5522  
    289289            'to_type'         => 'reply',
    290290            'to_fieldname'    => '_bbp_forum_id',
    291             'callback_method' => 'callback_topicid_to_forumid'
     291            'callback_method' => 'callback_forumid'
    292292        );
    293293
Note: See TracChangeset for help on using the changeset viewer.