aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-10-13 00:40:06 +0200
committerMax Kostikov <max@kostikov.co>2018-10-13 00:40:06 +0200
commit137bee9d27c228f6152895a862f3716e4128cb99 (patch)
treefe0ffbc177f6449bb37fada32a1b5a7ffdbe3143 /include
parent3641ab8c7dfdffb7fdb16013eb6a96128a1bc23a (diff)
downloadvolse-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.php2
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;
}