forked from GNUsocial/gnu-social
CamelCase all function names in the API code
This commit is contained in:
@@ -134,9 +134,9 @@ class TwitapisearchjsonAction extends ApiAction
|
||||
|
||||
$results = new JSONSearchResultsList($notice, $q, $this->rpp, $this->page);
|
||||
|
||||
$this->init_document('json');
|
||||
$this->initDocument('json');
|
||||
$results->show();
|
||||
$this->end_document('json');
|
||||
$this->endDocument('json');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user