oops... typo in set status

pull/14/head
Tim Su 14 years ago
parent 74da37ac03
commit cb7fe75ee2

@ -163,7 +163,7 @@ public class ProducteevInvoker {
* @return array tasks/view * @return array tasks/view
*/ */
public JSONObject tasksSetStatus(long idTask, int status) throws ApiServiceException, IOException { public JSONObject tasksSetStatus(long idTask, int status) throws ApiServiceException, IOException {
return callAuthenticated("tasks/set_star.json", return callAuthenticated("tasks/set_status.json",
"token", token, "token", token,
"id_task", idTask, "id_task", idTask,
"status", status); "status", status);

Loading…
Cancel
Save