Project

General

Profile

Bug #72956 ยป 72956.patch

Michael Fladischer, 2016-01-27 10:12

View differences:

typo3/sysext/core/Classes/Resource/Folder.php
*/
public function getReadablePath($rootId = NULL) {
if ($rootId === NULL) {
$rootId = $this->storage->getRootLevelFolder()->getIdentifier();
$rootId = $this->storage->getRootLevelFolder(FALSE)->getIdentifier();
}
$readablePath = '/';
if ($this->identifier !== $rootId) {
    (1-1/1)