mirror of https://github.com/zlatinb/muwire
initialize group properly
parent
30dda180eb
commit
c4096568f5
|
@ -92,7 +92,8 @@ class BrowseController {
|
||||||
|
|
||||||
String groupId = Base64.encode(result.infohash.getRoot())
|
String groupId = Base64.encode(result.infohash.getRoot())
|
||||||
Map<String,Object> params = new HashMap<>()
|
Map<String,Object> params = new HashMap<>()
|
||||||
params['result'] = result
|
params['text'] = result.comment
|
||||||
|
params['name'] = result.name
|
||||||
|
|
||||||
mvcGroup.createMVCGroup("show-comment", groupId, params)
|
mvcGroup.createMVCGroup("show-comment", groupId, params)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue