mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
34 stars 33 forks source link

Fix #243 `parentlist` is not properly set for root categories in MyBB forums module #244

Closed yuliu closed 4 years ago

yuliu commented 4 years ago

Resolves #243.

Deleted following code in MyBB forums module which is not really needed I suppose:

        // This value NEEDS to be here for the cleanup() to work
        $insert_data['pid'] = 0;