DragonByte Tech
Well-known member
- Affected version
- 2.0.1
Unless I'm horribly misunderstanding how this works,
In the
Fillip
'field_id' => ['type' => self::UINT, 'required' => true]
is the wrong definition in the AbstractFieldMap class.In the
xf_forum_field
database table, field_id is also varbinary as it is in the xf_thread_field
table, so I feel like something is horribly wrong here, somewhere.Fillip