- Affected version
- XF 2.x
In file
Find:
Replace with:
src\XF\Entity\Navigation.phpFind:
PHP:
'parent_navigation_id' => ['type' => self::STR, 'maxLength' => 25, 'default' => ''],
PHP:
'parent_navigation_id' => ['type' => self::STR, 'maxLength' => 50, 'default' => ''],