Home » Authentication » LiveUser_Admin » Bug #5054
Mistake in inline documentation
Details
| Submitted | 2005-08-10 10:21 UTC |
|---|---|
| From | reywob at php dot net |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser_Admin |
| PHP Version | 4.3.10 |
| OS | Ubuntu |
| 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);