PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #4981

Missing arguments in LiveUser.php $this->_stack->push()

Details

Submitted2005-08-03 10:18 UTC
Fromroehr at zilleon dot com
Assignedlsmith
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
OSIrrelevant
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()');