Completed
Push — master ( 275b0e...27ac7e )
by Timothy
02:35
created
src/Aviat/Ion/View/HttpView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.