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.
client
1 parent 573149a commit bf060afCopy full SHA for bf060af
application/libraries/REST_Controller.php
@@ -60,13 +60,6 @@ abstract class REST_Controller extends CI_Controller
60
*/
61
protected $rest = NULL;
62
63
- /**
64
- * Object to store data about the client sending the request
65
- *
66
- * @var object
67
- */
68
- protected $client = NULL;
69
-
70
/**
71
* The arguments for the GET request method
72
*
@@ -641,9 +634,7 @@ protected function _detect_api_key()
641
634
}
642
635
643
636
644
- // Set the class member for compatility purposes
645
- $this->client = $row;
646
- return $this->client;
637
+ return $row;
647
638
648
639
649
640
// No key has been sent
0 commit comments