Update language.php
This commit is contained in:
parent
5cd9540d5f
commit
16b6b76507
@ -264,10 +264,8 @@ function ta($k){
|
|||||||
|
|
||||||
$t = App::$strings[$k];
|
$t = App::$strings[$k];
|
||||||
if (is_array($t)) {
|
if (is_array($t)) {
|
||||||
return implode("/", $t);
|
$t = implode("/", $t);
|
||||||
} else {
|
return $t;
|
||||||
return $t;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user