From: Markus Klein Date: Mon, 9 Jun 2014 10:02:51 +0000 (+0200) Subject: [BUGFIX] Fix property access for ObjectStorage X-Git-Tag: 7.0.0~879 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/10d5deb5c14d50664161dec3b6d5a942d9c58bc1?hp=10d5deb5c14d50664161dec3b6d5a942d9c58bc1 [BUGFIX] Fix property access for ObjectStorage When enabling access to the content of ObjectStorages by integer number, it was overlooked that property access might be desired too, which has also been working before. Fix this by not aborting the access when addressing a non-integer property on ObjectStorages. Resolves: #59412 Releases: 6.3, 6.2 Change-Id: I59b83ed0bf0c965efcdf0aad9440d634953a221e Reviewed-on: https://review.typo3.org/30628 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Marcin SÄ…gol Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring ---