Home » Authentication » LiveUser » Bug #4981
Missing arguments in LiveUser.php $this->_stack->push()
Details
| Submitted | 2005-08-03 10:18 UTC |
|---|---|
| From | roehr at zilleon dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-08-03 10:18 UTC] roehr at zilleon dot com
Description:
------------
The third argument array() is missing in several $this->_stack->push() calls in LiveUser.php in the following lines (CVS version):
- line 1290
- line 1330
- line 1357
- line 1575
- line 1587
Best regards, Torsten Roehr
Expected result:
----------------
$this->_stack->push(LIVEUSER_ERROR_COOKIE, 'error', array(), 'Wrong data in cookie store in LiveUser::readRememberMeCookie()');
Actual result:
--------------
$this->_stack->push(LIVEUSER_ERROR_COOKIE, 'error', 'Wrong data in cookie store in LiveUser::readRememberMeCookie()');