diff options
author | Bruno Ais <brunoaiss@gmail.com> | 2012-11-28 19:37:16 +0000 |
---|---|---|
committer | Bruno Ais <brunoaiss@gmail.com> | 2012-11-28 19:37:16 +0000 |
commit | 1d9891588182c831aeb1ce20065f6ceaa3f892b4 (patch) | |
tree | 8b8860cbcf6bf06b118ffaa03596d7a553091fa3 /phpBB | |
parent | a4cc07617726bffd4c64cdebaa2e20a463990c5d (diff) | |
download | forums-1d9891588182c831aeb1ce20065f6ceaa3f892b4.tar forums-1d9891588182c831aeb1ce20065f6ceaa3f892b4.tar.gz forums-1d9891588182c831aeb1ce20065f6ceaa3f892b4.tar.bz2 forums-1d9891588182c831aeb1ce20065f6ceaa3f892b4.tar.xz forums-1d9891588182c831aeb1ce20065f6ceaa3f892b4.zip |
[ticket/10601] Comment to help understanding the code
PHPBB3-10601
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_module.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index 6f38dc60ce..0d387ace6d 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -767,6 +767,7 @@ class p_master } else { + // if the category has a name, then use it. $u_title .= $item_ary['name']; } // If the item is not a category append the mode |