Bug #72956 ยป 72956.patch
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) {
|