Actions
Bug #49327
closedPHP Warning on logout: Illegal string offset 'uid' in AjaxLoginHandler.php on line 90
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-06-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
When the Backend session times out the login handler is called. This gives the following PHP warning:
Illegal string offset 'uid' in typo3\sysext\backend\Classes\AjaxLoginHandler.php on line 90
The problem is this condition:if ($GLOBALS['BE_USER']->user['uid']) {
// Do something
} else {
// Do something else
The same solution might also solve #49328.
Actions