Home » Authentication » LiveUser » Bug #1661
updateUserData() method name inconsistency
Details
| Submitted | 2004-06-16 22:25 UTC |
|---|---|
| From | xav at spotk dot net |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 4.3.7 |
| OS | linux debian sarge |
| Roadmaps | (Not assigned) |
Comments
[2004-06-16 22:25 UTC] xav at spotk dot net
Description:
------------
in the CVS version, it seems to have a problem with updateUserData() method
this method is named: _updateUserData() in MDB, MDB2, DB auth containers whereas named: updateUserData() in XML , and PEAR_AUTH
parent method in Auth/Common.php is named updateUserData()
Reproduce code:
---------------
$lu->init();
Expected result:
----------------
no error during init process
Actual result:
--------------
LiveUser Error: Feature not supported -updateUserData(): Method no
ported by this container
[2004-06-17 06:09 UTC] smith at backendmedia dot com
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.