From f0bcb3c9c41ba4a7236908e2997eb56109ad9592 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 10 Feb 2009 18:40:21 +0000 Subject: udpated xss_clean() in the security helper to pass $is_image instead of the deprecated $charset http://codeigniter.com/bug_tracker/bug/6706/ --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 1992ebbe2..7a26cb39a 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -127,6 +127,7 @@ SVN Revision:

  • Fixed a bug in the Text Helper character limiter where the provided limit intersects the last word of the string.
  • Fixed a bug (#6342) with plural() in the Inflection helper with words ending in "y".
  • Fixed bug (#6517) where Routed URI segments returned by URI::rsegment() method were incorrect for the default controller.
  • +
  • Fixed a bug (#6706) in the Security Helper where xss_clean() was using a deprecated second argument.
  • Tweaked Typography::auto_typography() for some edge-cases.
  • -- cgit v1.2.3-24-g4f1b