diff options
author | Max Kostikov <max@kostikov.co> | 2018-10-13 00:40:06 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-10-13 00:40:06 +0200 |
commit | 137bee9d27c228f6152895a862f3716e4128cb99 (patch) | |
tree | fe0ffbc177f6449bb37fada32a1b5a7ffdbe3143 /include | |
parent | 3641ab8c7dfdffb7fdb16013eb6a96128a1bc23a (diff) | |
download | volse-hubzilla-137bee9d27c228f6152895a862f3716e4128cb99.tar.gz volse-hubzilla-137bee9d27c228f6152895a862f3716e4128cb99.tar.bz2 volse-hubzilla-137bee9d27c228f6152895a862f3716e4128cb99.zip |
Update language.php
Diffstat (limited to 'include')
-rw-r--r-- | include/language.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.php b/include/language.php index 395d92ef1..b10e5dde7 100644 --- a/include/language.php +++ b/include/language.php @@ -263,7 +263,7 @@ function tt($singular, $plural, $count, $ctx = ''){ function ta($k){ $t = App::$strings[$k]; - if (is_array($t)) { + if (is_array($t)) $t = implode("/", $t); return $t; } |