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

Assuming that moderators are always users and not groups #161

Closed JN-Jones closed 9 years ago

JN-Jones commented 9 years ago

The mybb moderators module assumes that all moderators are users:

        $insert_data['id'] = $this->get_import->uid($data['id']);

However the isgroup column is correctly merged. This can result in granting permissions to unknown groups as the id is messed up.