mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Fix npe.
This commit is contained in:
parent
d1dfb48be5
commit
28ffead0a0
@ -194,7 +194,7 @@ public class MindmapController {
|
|||||||
|
|
||||||
final String result = showMindmapEditorPage(id, model);
|
final String result = showMindmapEditorPage(id, model);
|
||||||
model.addAttribute("readOnlyMode", true);
|
model.addAttribute("readOnlyMode", true);
|
||||||
model.addAttribute("hid",hid);
|
model.addAttribute("hid",String.valueOf(hid));
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user