PEAR is archived and read-only

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

Home » Authentication » LiveUser_Admin » Bug #5054

Mistake in inline documentation

Details

Submitted2005-08-10 10:21 UTC
Fromreywob at php dot net
Assignedlsmith
StatusClosed
PackageLiveUser_Admin
PHP Version4.3.10
OSUbuntu
Roadmaps(Not assigned)

Comments

[2005-08-10 10:21 UTC] reywob at php dot net

Description:
------------
In LiveUser/Admin.php on line 40 in my copy, it says in the comment:
$admin = new LiveUser_Admin::factory($conf);

This does not work on PHP4, where it should be
$admin = LiveUser_Admin::factory($conf);