diff options
Diffstat (limited to 'phpBB/phpbb/tree')
-rw-r--r-- | phpBB/phpbb/tree/tree_interface.php (renamed from phpBB/phpbb/tree/interface.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/tree/interface.php b/phpBB/phpbb/tree/tree_interface.php index cc8aab2115..80d3c4377c 100644 --- a/phpBB/phpbb/tree/interface.php +++ b/phpBB/phpbb/tree/tree_interface.php @@ -15,7 +15,7 @@ if (!defined('IN_PHPBB')) exit; } -interface phpbb_tree_interface +interface phpbb_tree_tree_interface { /** * Inserts an item into the database table and into the tree. |