Fix warning
This commit is contained in:
parent
af2eabb24d
commit
7d1b84d482
@ -738,7 +738,7 @@ class Translate
|
|||||||
*/
|
*/
|
||||||
public function transcountrynoentities($str, $countrycode)
|
public function transcountrynoentities($str, $countrycode)
|
||||||
{
|
{
|
||||||
if ($this->tab_translate["$str$countrycode"]) return $this->transnoentities("$str$countrycode");
|
if (! empty($this->tab_translate["$str$countrycode"])) return $this->transnoentities("$str$countrycode");
|
||||||
else return $this->transnoentities($str);
|
else return $this->transnoentities($str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user