aboutsummaryrefslogtreecommitdiffstats
path: root/include/language.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-10-14 22:28:14 +0200
committerMax Kostikov <max@kostikov.co>2018-10-14 22:28:14 +0200
commitab0e2f5236d9aeec76e5b55866b4a752a3157255 (patch)
tree55b82fd1f2b9622d038d43786e25b25ca3eee70b /include/language.php
parentb7280a442e0c36826bcab31ee359d0e987d84dab (diff)
downloadvolse-hubzilla-ab0e2f5236d9aeec76e5b55866b4a752a3157255.tar.gz
volse-hubzilla-ab0e2f5236d9aeec76e5b55866b4a752a3157255.tar.bz2
volse-hubzilla-ab0e2f5236d9aeec76e5b55866b4a752a3157255.zip
Update language.php
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 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");
}
/**