[Solar-svn] Revision 2987
pmjones at solarphp.com
pmjones at solarphp.com
Sat Mar 8 15:33:33 CST 2008
Solar_Http_Request_Adapter: [FIX] In method _prepareRequest(), use the correct property name for $_content_type. Thanks, Rodrigo Moraes.
Modified: trunk/Solar/Http/Request/Adapter.php
===================================================================
--- trunk/Solar/Http/Request/Adapter.php 2008-03-06 23:15:49 UTC (rev 2986)
+++ trunk/Solar/Http/Request/Adapter.php 2008-03-08 21:33:33 UTC (rev 2987)
@@ -973,7 +973,7 @@
// honor as set by the user
$content = $this->content;
- $content_type = $this->content_type;
+ $content_type = $this->_content_type;
} else {
More information about the Solar-svn
mailing list