Actions
Bug #51007
closedFix inconsistencies in getTSConfig in BackenuserAuth
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2013-08-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
BackenuserAuthentication::getTSConfig() behaves inconsistently when an
object string is given with multiple sections but no result in the actual
TSConfig of the user. Other than noted in the method declaration, the method
returns an empty array instead of an array where the 'properties' key is null.
Additionally we fix a bug which caused wrong results if "0" was used
as a key in configuration like "permissions.file.0"
Actions