2
0
This commit is contained in:
Cedric Hoelzl 2019-10-21 14:49:09 +02:00
parent b99eb62498
commit b20de353e9

View File

@ -115,7 +115,7 @@ function gen_kb(bot, p_en, parr,lang){
} }
} }
if(parr.length > 0) if(parr.length > 0)
kb.push(bot.mkcb("Back",cbt.sel,bck)); kb.push([bot.mkcb("Back",cbt.sel,bck)]);
return kb; return kb;
} }