diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-07-03 08:26:17 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-07-03 08:26:17 +0200 |
commit | f1b3e39c68e0f498e9ccb4156b84a7eb0a768c03 (patch) | |
tree | 94d972ef26292ec2335e98c1f66fd02891a4ea9b | |
parent | 3bb7ef4cadc2330e7b2c736fffc014d648b453df (diff) | |
parent | cf9431e294abc921cf9fe4b9228086d65bd27939 (diff) |
Merge pull request #1563 from vlakoff/doc
Document in the 3.0.0 upgrade guide a breaking change in Array Helper
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index 14199092f..676c99e6a 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -45,4 +45,10 @@ need to rename the `$active_record` variable to `$query_builder`. Step 5: Move your errors folder =============================== -In version 3.0.0, the errors folder has been moved from _application/errors* to _application/views/errors*.
\ No newline at end of file +In version 3.0.0, the errors folder has been moved from _application/errors* to _application/views/errors*. + +Step 6: Check the calls to Array Helper's element() and elements() functions +============================================================================ + +The default return value of these functions, when the required elements +don't exist, has been changed from FALSE to NULL.
\ No newline at end of file |