1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 13:14:09 +02:00

[ticket/10601] Comment to help understanding the code

PHPBB3-10601
This commit is contained in:
Bruno Ais
2012-11-28 19:37:16 +00:00
parent a4cc076177
commit 1d98915881

View File

@@ -767,6 +767,7 @@ class p_master
} }
else else
{ {
// if the category has a name, then use it.
$u_title .= $item_ary['name']; $u_title .= $item_ary['name'];
} }
// If the item is not a category append the mode // If the item is not a category append the mode