Home » Authentication » LiveUser » Bug #7706
Wrong var in Auth/PDO.php
Details
| Submitted | 2006-05-23 14:31 UTC |
|---|---|
| From | sentinel at wp dot pl |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 5.1.2 |
| OS | Windows XP |
| Roadmaps | (Not assigned) |
Comments
[2006-05-23 14:31 UTC] sentinel at wp dot pl
Description:
------------
I have a problem when I'm using PDO extension of LiveUser. I found a reason in Auth/PDO.php file in line 274:
if (!is_array($result))
It should be:
if (!is_array($row))