Skip to content

Commit 1476160

Browse files
committed
$this->request being already assigned
after loadeing zlib.output_compression we are already assigning this var.
1 parent 0e16eb6 commit 1476160

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

application/libraries/REST_Controller.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ public function __construct()
206206
$this->load->library('format');
207207

208208
// init objects
209-
$this->request = new stdClass();
210209
$this->response = new stdClass();
211210
$this->rest = new stdClass();
212211

0 commit comments

Comments
 (0)