mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
- All comments of an item can now be seen /comments?item_id=
- Return proper Content-Type header for GET /comments requests - Got rid of the query processing for index() in REST_Controller() - Small misc fixes
This commit is contained in:
@@ -21,9 +21,9 @@ class Item_Controller extends REST_Controller {
|
||||
protected $resource_type = "item";
|
||||
|
||||
/**
|
||||
* @see Rest_Controller::_index($query)
|
||||
* @see Rest_Controller::_index()
|
||||
*/
|
||||
public function _index($query) {
|
||||
public function _index() {
|
||||
throw new Exception("@todo Item_Controller::_index NOT IMPLEMENTED");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user