aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-06-22 16:16:04 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-06-22 16:16:04 +0000
commitb1584a8d5c709c4c909826e23286ca6aa438cf41 (patch)
treef6d58780691be41a40b6e353052ba12d677a6c84 /phpBB/docs
parentbfcf6a1de5181a0b26b247f8cb9e181b8c83ff90 (diff)
downloadforums-b1584a8d5c709c4c909826e23286ca6aa438cf41.tar
forums-b1584a8d5c709c4c909826e23286ca6aa438cf41.tar.gz
forums-b1584a8d5c709c4c909826e23286ca6aa438cf41.tar.bz2
forums-b1584a8d5c709c4c909826e23286ca6aa438cf41.tar.xz
forums-b1584a8d5c709c4c909826e23286ca6aa438cf41.zip
Fix bug #46965 - File named install in php directory
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9654 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-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 27fcf1d530..7e806ae25c 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -129,6 +129,7 @@
<li>[Fix] Correctly load complex language variable using acp_language (Bug #45735 - Patch by leviatan21)</li>
<li>[Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)</li>
<li>[Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)</li>
+ <li>[Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>
<li>[Change] Template engine now permits to a limited extent variable includes.</li>