* Remove some todo.
This commit is contained in:
@@ -623,7 +623,6 @@ class gitlabModel extends model
|
||||
*/
|
||||
public function apiGetIssues($gitlabID, $projectID, $options = null)
|
||||
{
|
||||
/* TODO(dingguodong) not pagination yet. */
|
||||
if($options)
|
||||
{
|
||||
$url = sprintf($this->getApiRoot($gitlabID), "/projects/{$projectID}/issues") . '&per_page=20' . $options;
|
||||
|
||||
Reference in New Issue
Block a user