Project

General

Profile

Actions

Bug #51831

closed

FE: $GLOBALS['BE_USER']->getFileStorages() fileMounts array is empty (after switch from 6.1.3 to 6.1.4)

Added by Gerrit Mohrmann about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-09-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In backend filelist it is ok!
In frontend I have no fileMounts after the switch.

The debug output from $GLOBALS['BE_USER']->getFileStorages() is diffrent from 6.1.3 to 6.1.4.

[fileMounts:protected] => Array
(
 ... empty in 6.1.4 FE...
)

[userPermissions:protected] => Array
(
 ... empty in 6.1.4 FE...
)

only in 6.1.4:

[evaluatePermissions:protected] =>

Backend $GLOBALS['BE_USER']: TYPO3\CMS\Core\Authentication\BackendUserAuthentication Object
Frontend $GLOBALS['BE_USER']: TYPO3\CMS\Backend\FrontendBackendUserAuthentication Object

In BackendUserAuthentication are some changes, can it have side effects?


Files

WebdavController.php (8.82 KB) WebdavController.php Gerrit Mohrmann, 2013-09-11 01:02
Actions

Also available in: Atom PDF