mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/11700] With namespaces interface will no longer be a valid classname
PHPBB3-11700
This commit is contained in:
@@ -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.
|
Reference in New Issue
Block a user