From 38d0f0f2d9459f67225f65981c7f199801898759 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 23 Dec 2009 15:10:45 +0000 Subject: [PATCH] Fix language in r10375. #55785 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10376 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
  • [Fix] Use correct limit config parameter in the News feed.
  • [Fix] Restrict search for styles/../style.cfg to folders. (Bug #55665)
  • [Fix] Add ability to disable overall (aka board-wide) feed.
  • -
  • [Fix] Do not pass new_link parameter when creating a persistent connection with the mysql. (Bug #55785)
  • +
  • [Fix] Do not pass new_link parameter when creating a persistent connection with mysql. (Bug #55785)
  • [Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)
  • [Change] Log activation through inactive users ACP. (Bug #30145)
  • [Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)