Actions
Task #64982
closedgetBackendUser() vs. getBackendUserAuthentication()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-02-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
The usage of getBackendUser and getBackendUserAuthentication is mixed up in the core. But at least in inheritance this should be consistend
\TYPO3\CMS\Scheduler\Controller\SchedulerModuleController::getBackendUserAuthentication
vs.
\TYPO3\CMS\Backend\Module\BaseScriptClass::getBackendUser
SchedulerModuleController extends BaseScriptClass
Actions