Actions
Bug #18362
closedcalling backend.php without logged in shows sql-error and BE
Start date:
2008-03-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the sql-error comes from __construct()
SELECT *
FROM sys_be_shortcuts
WHERE
((userid = AND sc_group>=0) OR sc_group IN (-1,-2,-3,-4,-5,-100))
ORDER BY sc_group,sorting
So __construct() should first check valid user.
(issue imported from #M7742)
Actions