Changeset 5020
- Timestamp:
- 09/09/07 18:21:32 (3 years ago)
- Files:
-
- trunk/lib/response/sfResponse.class.php (modified) (1 diff)
- trunk/lib/response/sfWebResponse.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/response/sfResponse.class.php
r5019 r5020 89 89 * Sends the content. 90 90 */ 91 finalpublic function send()91 public function send() 92 92 { 93 93 $this->sendContent(); trunk/lib/response/sfWebResponse.class.php
r5016 r5020 326 326 * Sends the HTTP headers and the content. 327 327 */ 328 finalpublic function send()328 public function send() 329 329 { 330 330 $this->sendHttpHeaders();

