aboutsummaryrefslogtreecommitdiffstats
path: root/include/language.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/language.php')
-rw-r--r--include/language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.php b/include/language.php
index 0d3afd494..ca3aee6c7 100644
--- a/include/language.php
+++ b/include/language.php
@@ -266,7 +266,7 @@ function ta($k){
if (is_array($t)) {
return implode("/", $t);
} else {
- return $k;
+ return $t;
}
}