Skip to content

Commit

Permalink
Fixes DIOSNode to properly support services 3.x parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Nov 14, 2011
1 parent bbe35e3 commit 220ddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DIOSNode.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ -(NSDictionary *) nodeSave:(NSMutableDictionary *)node {
[self setMethodUrl:[NSString stringWithFormat:@"node/%@", [node objectForKey:@"nid"]]];
[self setRequestMethod:@"PUT"];
}
[self addParam:node forKey:@"node"];
[self setParams:node];
[self runMethod];
return [self connResult];
}
Expand Down

0 comments on commit 220ddcc

Please sign in to comment.