Actions
Bug #66068
closedBackendUserAuthentication::writelog() should use current time
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2015-03-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently BackendUserAuthentication::writelog() uses $GLOBALS['EXEC_TIME'] as tstamp for every new entry. This is the execution of the script started and not the current time.
This should be changed to time()
Actions