Update language.php

This commit is contained in:
Max Kostikov 2018-10-13 00:25:57 +02:00
parent 5cd9540d5f
commit 16b6b76507

View File

@ -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;
}
/**