Bug #102014
Updated by Jochen Roth about 1 year ago
Given you have a link in bodytext (RTE field) and the user clicks on save: save was clicked: <pre> <a href="t3://folder?storage=1&identifier=%2FDOES_NOT_EXIST%2F">FolderLinkHandler</a> </pre> it will throw this error, because the folder does not exist <pre> Call to a member function getStorage() on null in /var/www/html/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php line 54 </pre>