Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 70d8f6b

Browse files
authored
Merge pull request #101 from MrDeff/patch-1
fix getList
2 parents b9b7145 + af3b5fb commit 70d8f6b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/classes/task/commentitem.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@ public function getManifest()
3030
*/
3131
public function getList($taskId, $order, $filter)
3232
{
33-
$result = $this->client->call('task.commentitem.getmanifest',
34-
array(
35-
'TASKID' => $taskId,
36-
'ORDER' => $order,
37-
'FILTER'=> $filter
38-
));
33+
$result = $this->client->call('task.commentitem.getlist', array($taskId, $order, $filter));
3934
return $result;
4035
}
4136

0 commit comments

Comments
 (0)