[Solar-svn] Revision 2828
pmjones at solarphp.com
pmjones at solarphp.com
Sat Oct 6 10:57:28 CDT 2007
Solar_Smtp_Adapter
------------------
* [FIX] Method _expect() now gives the full error line in exceptions, not just the first word. Thanks, Antti Holvikari.
Modified: trunk/Solar/Smtp/Adapter.php
===================================================================
--- trunk/Solar/Smtp/Adapter.php 2007-10-06 15:56:06 UTC (rev 2827)
+++ trunk/Solar/Smtp/Adapter.php 2007-10-06 15:57:28 UTC (rev 2828)
@@ -743,7 +743,7 @@
'host' => $this->_host,
'port' => $this->_port,
'code' => $code,
- 'text' => $text,
+ 'text' => $line,
));
}
More information about the Solar-svn
mailing list