Bug #61640
closedPrevent warnings when no icon is found in FormEngine
100%
Description
With patch https://review.typo3.org/#/c/32616/2 a check with file_exists was introduced. This check returns true for files AND folders which means that warnings occur if an image path is a folder. We should use the is_file() check to prevent unnecessary image functions.
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32803
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32803
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32806
Updated by Nicole Cordes about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2ce2b94329a5b592759a38fcb96c7259ea57ed8a.