diff options
author | Andreas Fischer <bantu@phpbb.com> | 2009-12-23 15:10:45 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2009-12-23 15:10:45 +0000 |
commit | 38d0f0f2d9459f67225f65981c7f199801898759 (patch) | |
tree | c30f3618fd3b0f67f3e1e9ae2b27c971aea4a73c | |
parent | 409dfe52565b850c9a60aa360e9df44bd73f6ce6 (diff) | |
download | forums-38d0f0f2d9459f67225f65981c7f199801898759.tar forums-38d0f0f2d9459f67225f65981c7f199801898759.tar.gz forums-38d0f0f2d9459f67225f65981c7f199801898759.tar.bz2 forums-38d0f0f2d9459f67225f65981c7f199801898759.tar.xz forums-38d0f0f2d9459f67225f65981c7f199801898759.zip |
Fix language in r10375. #55785
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10376 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f38408956a..7aefdeafc9 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -123,7 +123,7 @@ <li>[Fix] Use correct limit config parameter in the News feed.</li> <li>[Fix] Restrict search for styles/../style.cfg to folders. (Bug #55665)</li> <li>[Fix] Add ability to disable overall (aka board-wide) feed.</li> - <li>[Fix] Do not pass new_link parameter when creating a persistent connection with the mysql. (Bug #55785)</li> + <li>[Fix] Do not pass new_link parameter when creating a persistent connection with mysql. (Bug #55785)</li> <li>[Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)</li> <li>[Change] Log activation through inactive users ACP. (Bug #30145)</li> <li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li> |