aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/tree/interface.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-04-30 14:36:26 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-04-30 14:36:26 +0200
commit863d0c7687cc926dfda0ddd20b34e7942748fb2e (patch)
tree982227aea4756a5107c4a04f8cbff292cd2847b5 /phpBB/includes/tree/interface.php
parent87e8e60d3c09c96a4495dda748673fb8b9078a3e (diff)
downloadforums-863d0c7687cc926dfda0ddd20b34e7942748fb2e.tar
forums-863d0c7687cc926dfda0ddd20b34e7942748fb2e.tar.gz
forums-863d0c7687cc926dfda0ddd20b34e7942748fb2e.tar.bz2
forums-863d0c7687cc926dfda0ddd20b34e7942748fb2e.tar.xz
forums-863d0c7687cc926dfda0ddd20b34e7942748fb2e.zip
[ticket/11495] Fix some more comments and the package tag
PHPBB3-11495
Diffstat (limited to 'phpBB/includes/tree/interface.php')
-rw-r--r--phpBB/includes/tree/interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/tree/interface.php b/phpBB/includes/tree/interface.php
index 5e43478e22..9bd633a5eb 100644
--- a/phpBB/includes/tree/interface.php
+++ b/phpBB/includes/tree/interface.php
@@ -99,7 +99,7 @@ interface phpbb_tree_interface
public function get_path_and_subtree_data($item_id, $order_asc, $include_item);
/**
- * Get all ancestors items of the item
+ * Get all ancestors of the item
*
* @param int $item_id The item id to get the ancestors from
* @param bool $order_asc Order the items ascending (most outer ancestor first)