mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Use the return value of the merged dict for the params. Closes #938.
This commit is contained in:
@@ -22,7 +22,7 @@ NSDictionary * RKDictionaryByMergingDictionaryWithDictionary(NSDictionary *dict1
|
||||
}
|
||||
}];
|
||||
|
||||
return mergedDictionary;
|
||||
return [mergedDictionary copy];
|
||||
}
|
||||
|
||||
NSDictionary * RKDictionaryByReplacingPercentEscapesInEntriesFromDictionary(NSDictionary *dictionary)
|
||||
|
||||
Reference in New Issue
Block a user