diff options
author | vlakoff <vlakoff@gmail.com> | 2013-07-25 04:33:56 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2013-07-25 04:33:56 +0200 |
commit | 90f316a8615fbbbc0810d945dd1a237662c6bfbf (patch) | |
tree | f37b3ad8d3570e0c9682c6ff869a4a2a76ee9ae5 /user_guide_src/source | |
parent | 184cf1b5a719f4559767a221520d5ba96d1e4d8b (diff) |
Adjustments to the previous commit
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 71f53059d..77cd39de3 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -408,7 +408,7 @@ Release Date: Not Released - Changed ``site_url()`` method to accept an array as well. - Removed internal method ``_assign_to_config()`` and moved its implementation to *CodeIgniter.php* instead. - - ``item()`` now returns NULL instead of FALSE when the required config item doesn't exist. + - ``item()`` now returns NULL instead of FALSE when the required config item doesn't exist. - :doc:`Security Library <libraries/security>` changes include: |