aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-10-15 09:59:17 +0200
committerMario <mario@mariovavti.com>2018-10-15 09:59:17 +0200
commit721461dd3e8cb6990ace54688ace953374506daf (patch)
tree96364d30b1ea12b1b68851b978fa8fc8327326c8 /include
parent7042528d267627c7156b8e0cd3b825d2c88c2350 (diff)
parentce52c27a8a4f0837b06a761c20cd097966cd47e8 (diff)
downloadvolse-hubzilla-721461dd3e8cb6990ace54688ace953374506daf.tar.gz
volse-hubzilla-721461dd3e8cb6990ace54688ace953374506daf.tar.bz2
volse-hubzilla-721461dd3e8cb6990ace54688ace953374506daf.zip
Merge branch 'patch-16' into 'dev'
JS plurals displaying code cleanup See merge request hubzilla/core!1338
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 18b942bce..e9d62e434 100644
--- a/include/language.php
+++ b/include/language.php
@@ -277,7 +277,7 @@ function ta($k){
function tf() {
$s = "plural_function_code";
- return (x(App::$strings, $s) ? App::$strings[$s] : "return 0;");
+ return (x(App::$strings, $s) ? App::$strings[$s] : "0");
}
/**