aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/tree/tree_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/tree/tree_interface.php')
-rw-r--r--phpBB/phpbb/tree/tree_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/tree/tree_interface.php b/phpBB/phpbb/tree/tree_interface.php
index 8238a072ff..5df01a89cf 100644
--- a/phpBB/phpbb/tree/tree_interface.php
+++ b/phpBB/phpbb/tree/tree_interface.php
@@ -18,7 +18,7 @@ interface tree_interface
/**
* Inserts an item into the database table and into the tree.
*
- * @param array $item The item to be added
+ * @param array $additional_data The item to be added
* @return array Array with item data as set in the database
*/
public function insert(array $additional_data);