aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}