[Solar-talk] error in Auth.php
Paul M Jones
pmjones at solarphp.com
Sat Jul 22 18:35:45 PDT 2006
On Jul 22, 2006, at 7:27 PM, Rodrigo Moraes wrote:
> Paul, Solar 0.22.1 / Auth.php, starting from line 313:
>
> $code = $this->_adapter->getErrCode();
> if ($err) {
>
> should be:
>
> $code = $this->_adapter->getErrCode();
> if ($code) {
>
Where were you 12 hours ago? ;-)
Fixed in SVN; good catch.
This is what happens when I don't write tests. :-(
--
Paul M. Jones <http://paul-m-jones.com>
Solar: Simple Object Library and Application Repository
for PHP5. <http://solarphp.com>
Savant: The simple, elegant, and powerful solution for
templates in PHP. <http://phpsavant.com>
More information about the solar-talk
mailing list