Fix error importing freeming mindmaps.

main
Paulo Gustavo Veiga 2012-07-15 01:50:47 -03:00
parent 0a74e73c80
commit 9257638da2
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ public class MindmapController extends BaseController {
// Save new map ...
final User user = Utils.getUser();
createMap(new RestMindmap(mindMap, user), response, title, description);
createMap(new RestMindmap(mindMap, null), response, title, description);
}
@RequestMapping(method = RequestMethod.POST, value = "/maps/{id}", consumes = {"application/xml", "application/json"})