mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11495] Fix column variable names
PHPBB3-11495
This commit is contained in:
@@ -33,8 +33,8 @@ class phpbb_nestedset_forum extends phpbb_nestedset_base
|
||||
* Column names in the table
|
||||
* @var String
|
||||
*/
|
||||
protected $columns_item_id = 'forum_id';
|
||||
protected $columns_item_parents = 'forum_parents';
|
||||
protected $column_item_id = 'forum_id';
|
||||
protected $column_item_parents = 'forum_parents';
|
||||
|
||||
/**
|
||||
* Additional SQL restrictions
|
||||
|
Reference in New Issue
Block a user