fix if another language (undefined) not work telegram msg.
This commit is contained in:
@@ -1364,7 +1364,7 @@ function getstr(lang, key, param1) {
|
||||
}
|
||||
}
|
||||
|
||||
if (mystr === '')
|
||||
if (!mystr || mystr === '')
|
||||
mystr = txt[key];
|
||||
|
||||
if (!!param1) {
|
||||
|
||||
Reference in New Issue
Block a user