[Solar-svn] Revision 2768

pmjones at solarphp.com pmjones at solarphp.com
Fri Sep 21 12:13:09 CDT 2007


branch: Solar_Smtp_Adapter: [FIX] Method _expect() now gives the full error line in exceptions, not just the first word.  Thanks, Antti Holvikari.

fixes #97


Modified: branches/orm/Solar/Smtp/Adapter.php
===================================================================
--- branches/orm/Solar/Smtp/Adapter.php	2007-09-21 16:49:39 UTC (rev 2767)
+++ branches/orm/Solar/Smtp/Adapter.php	2007-09-21 17:13:09 UTC (rev 2768)
@@ -738,7 +738,7 @@
                     'host' => $this->_host,
                     'port' => $this->_port,
                     'code' => $code,
-                    'text' => $text,
+                    'text' => $line,
                 ));
             }
     




More information about the Solar-svn mailing list