[Solar-svn] Revision 3202
pmjones at solarphp.com
pmjones at solarphp.com
Tue Jun 3 11:03:57 CDT 2008
comment updates
Modified: trunk/Solar/Http/Response.php
===================================================================
--- trunk/Solar/Http/Response.php 2008-06-03 16:02:49 UTC (rev 3201)
+++ trunk/Solar/Http/Response.php 2008-06-03 16:03:57 UTC (rev 3202)
@@ -478,13 +478,13 @@
));
}
- // set headers and send the response directly
+ // set the redirect location
$this->setHeader('Location', $href);
// clear the response body
$this->content = null;
- // done!
+ // send the response directly -- done.
$this->display();
}
More information about the Solar-svn
mailing list