1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 04:20:32 +02:00

[ticket/11495] Fix some more comments and the package tag

PHPBB3-11495
This commit is contained in:
Joas Schilling
2013-04-30 14:36:26 +02:00
parent 87e8e60d3c
commit 863d0c7687
9 changed files with 12 additions and 12 deletions

View File

@@ -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)