aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/CHANGELOG.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-03-17 12:02:48 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-03-17 12:02:48 +0000
commit8dfc457858943734f33fd2fb51b492c07b41a4fd (patch)
treefb094dc3d164f5c5faca9d6eb044f405552d1dd5 /phpBB/docs/CHANGELOG.html
parentf522d2b8573e2228ef110ffed41d5fbea816ff9c (diff)
downloadforums-8dfc457858943734f33fd2fb51b492c07b41a4fd.tar
forums-8dfc457858943734f33fd2fb51b492c07b41a4fd.tar.gz
forums-8dfc457858943734f33fd2fb51b492c07b41a4fd.tar.bz2
forums-8dfc457858943734f33fd2fb51b492c07b41a4fd.tar.xz
forums-8dfc457858943734f33fd2fb51b492c07b41a4fd.zip
Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9383 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index eb9c28ec85..485c5bdb37 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -121,6 +121,7 @@
<li>[Fix] Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135)</li>
<li>[Fix] Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)</li>
<li>[Fix] Deleting private message attachments could delete post attachments. (Bug #42815)</li>
+ <li>[Fix] Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)</li>
<li>[Change] Allow download of conflicting file for later reference in automatic updater</li>
<li>[Change] Default difference view is now 'inline' instead of 'side by side'</li>
<li>[Change] Added new option for merging differences to conflicting files in automatic updater</li>