summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-11-27 21:36:39 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-11-27 21:36:39 +0100
commitb9ad907ca50c5067f8eec1ccf77544cf62466b17 (patch)
treeed24b7437f8575aead72804a512f6b2f72118a73 /user_guide
parentb8188f6a588fbf2a4b9570580999317ba149ecb0 (diff)
parent9a05d2b0d838bb000a89ab9ea78a307b557768e7 (diff)
Merge pull request #710 from johnnicely/2.1-stable
Changed form_open() to compare $action against base_url().
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index a20f27956..ae66add33 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -71,6 +71,7 @@ Change Log
<h3>Bug fixes for 2.1.1</h3>
<ul>
<li>Fixed a bug (#697) - A wrong array key was used in the Upload library to check for mime-types.</li>
+ <li>Fixed a bug - form_open() compared $action against site_url() instead of base_url()</li>
</ul>