mirror of https://github.com/zlatinb/muwire
fix property not found
parent
4782e5cd3b
commit
7fdac42395
|
@ -242,7 +242,7 @@ class BrowseSession implements Runnable {
|
|||
|
||||
String getJoined() {
|
||||
if (joined == null) {
|
||||
def encoded = nextPath.path.collect {Base64.encode(DataUtil.encodei18nString(it))}
|
||||
def encoded = path.collect {Base64.encode(DataUtil.encodei18nString(it))}
|
||||
joined = encoded.join(",")
|
||||
}
|
||||
joined
|
||||
|
|
Loading…
Reference in New Issue