diff options
author | David Rothstein <drothstein@gmail.com> | 2012-06-03 17:22:08 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-06-03 17:22:08 -0400 |
commit | 4f3f159ddd346104b7c9f9348f3bc5f4e49ab32b (patch) | |
tree | 3d5830fc065725c2d4730752f2eb653b5caf752b | |
parent | 84e34e4ad401b70d8602e06bfdb7124292eecc3d (diff) | |
download | brdo-4f3f159ddd346104b7c9f9348f3bc5f4e49ab32b.tar.gz brdo-4f3f159ddd346104b7c9f9348f3bc5f4e49ab32b.tar.bz2 |
Added issue #1558548 to CHANGELOG.txt.
-rw-r--r-- | CHANGELOG.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 85d1530e2..2c015ac65 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,7 @@ Drupal 7.15, xxxx-xx-xx (development version) ----------------------- +- Fixed notice: Undefined index: default_image in image_field_prepare_view() - Fixed issue where field form structure was incomplete if field_access() returned FALSE. Instead of being incomplete, the form structure now has #access set to FALSE and field form validation is skipped (array structure |