summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-16 18:54:33 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-16 18:54:33 +0200
commit95d78cf4f78c0fb685a789c280d106ab242318ef (patch)
tree89a2dd150db58c4465f3f40233e25c8a3a40b71a /user_guide_src
parentb089e15b1510de6b6a034631c80d3d5e830ff9f3 (diff)
Fix issue #999
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index b9d72642a..9ef0ce991 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -278,6 +278,7 @@ Bug fixes for 3.0
- Fixed a bug (#167) - ``$config['permitted_uri_chars']`` didn't affect URL-encoded characters.
- Fixed a bug (#318) - :doc:`Profiling <general/profiling>` setting *query_toggle_count* was not settable as described in the manual.
- Fixed a bug (#938) - :doc:`Config Library <libraries/config>` method site_url() added a question mark to the URL string when query strings are enabled even if it already existed.
+- Fixed a bug (#999) - :doc:`Config Library <libraries/config>` method site_url() always appended ``$config['url_suffix']`` to the end of the URL string, regardless of wether a query string exists in it.
Version 2.1.1
=============