We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a725913 + 51ce7fb commit 9413b8bCopy full SHA for 9413b8b
application/libraries/REST_Controller.php
@@ -146,6 +146,11 @@ protected function early_checks()
146
public function __construct()
147
{
148
parent::__construct();
149
+
150
+ // init objects
151
+ $this->request = new stdClass();
152
+ $this->response = new stdClass();
153
+ $this->rest = new stdClass();
154
155
$this->_zlib_oc = @ini_get('zlib.output_compression');
156
0 commit comments