Update language.php

This commit is contained in:
Max Kostikov 2018-10-13 00:24:04 +02:00
parent ae7873260e
commit 5cd9540d5f

View File

@ -266,7 +266,7 @@ function ta($k){
if (is_array($t)) {
return implode("/", $t);
} else {
return $k;
return $t;
}
}