[BUGFIX] Correct check for extTables script
Existence of the script defined in TYPO3_extTableDef_script is currently achieved by using file_exists(). This is insufficient if TYPO3_extTableDef_script is defined, but empty, as file_exists() will match "typo3conf/" and try to include it. Resolves: #46161 Releases: 6.0, 6.1 Change-Id: I2e72e86bc583bf4a1ca7e570e679d8297963383d Reviewed-on: https://review.typo3.org/18828 Reviewed-by: Francois Suter Tested-by: Francois Suter
Please register or sign in to comment