@@ -62,7 +62,7 @@ |
||
| 62 | 62 | */ |
| 63 | 63 | protected function output() |
| 64 | 64 | {
|
| 65 | - $content =& $this->response->content; |
|
| 65 | + $content = & $this->response->content; |
|
| 66 | 66 | $content->set($this->output); |
| 67 | 67 | $content->setType($this->contentType); |
| 68 | 68 | $content->setCharset('utf-8');
|