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