diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-06 12:23:59 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-06 12:23:59 +0000 |
commit | a5761193c28177fef5657963188655ade7f9591a (patch) | |
tree | 3a2f0af0bf97133f0f32c56b527d194fd003bce2 /phpBB/docs | |
parent | e22a26609ff5aec463fb97d648e05deca84d7f09 (diff) | |
download | forums-a5761193c28177fef5657963188655ade7f9591a.tar forums-a5761193c28177fef5657963188655ade7f9591a.tar.gz forums-a5761193c28177fef5657963188655ade7f9591a.tar.bz2 forums-a5761193c28177fef5657963188655ade7f9591a.tar.xz forums-a5761193c28177fef5657963188655ade7f9591a.zip |
Do not show non indexed forums on the search page if they contain no subforums. #33125
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8834 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 97c1d0df93..e6166dd5f1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -115,6 +115,7 @@ <li>[Fix] Sync reports when using the move all users posts tool in the ACP. (Bug #31165)</li> <li>[Fix] Extra slash is included in the redirect url when redirecting to the forum root directory. (Bug #33605)</li> <li>[Fix] Remove reported flag from shadow topics when closing reports. (Bug #19765)</li> + <li>[Fix] Do not show non indexed forums on the search page if they contain no subforums. (Bug #33125)</li> </ul> |