Actions
Bug #20290
closedAdding entries to recs[]-Array not working
Start date:
2009-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Adding entries to internal shopping basket recs[] not working. Upon our analysis, in class.tslib_feuserauth.php the follow statement is always false:
if (!$maxSizeOfSessionData || $this->cookieId===$this->id) {
... }
Especially "$this->cookieId" is always not equal to "$this->id"; probably there is something wrong in the base class.
(issue imported from #M10864)
Actions