From 92e7b1e3df60d7a74c6cf490aff655125d012a81 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 24 Jan 2010 22:35:58 +0000 Subject: [PATCH] Fix: "typo" on r10436 Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10437 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 da26ebd166..5198951f9a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -140,7 +140,7 @@
  • [Fix] Clarify explanation of bump feature setting. (Bug #56075)
  • [Fix] Properly paginate unapproved posts in the MCP. (Bug #56285)
  • [Fix] Do not duplicate previous/next links in pagination text of moderator logs and user notes in MCP for subsilver2. (Bug #55045)
  • -
  • [Fix] [Fix] Do not automatically unsubscribe users from topics, when email and jabber is disabled.
  • +
  • [Fix] Do not automatically unsubscribe users from topics, when email and jabber is disabled.
  • [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)