Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/25/2012 04:21:07 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Converters:

  • Classes are case sensitive when being loaded by the main converter.
  • Fixes #1886.
  • For 2.1 branch.
  • Props netweb.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/bbp-admin/converters/phpBB.php

    r3966 r4119  
    22
    33/**
    4  * Implementation of Xenforo converter.
     4 * Implementation of phpBB converter.
    55 */
    6 class Phpbb extends BBP_Converter_Base {
     6class phpBB extends BBP_Converter_Base {
    77    function __construct() {
    88        parent::__construct();
     
    356356            'to_type'      => 'user',
    357357            'to_fieldname' => '_bbp_class',
    358             'default'      => 'Phpbb'
     358            'default'      => 'phpBB'
    359359        );
    360360               
Note: See TracChangeset for help on using the changeset viewer.