diff options
author | Max Kostikov <max@kostikov.co> | 2018-10-14 22:28:14 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-10-14 22:28:14 +0200 |
commit | ab0e2f5236d9aeec76e5b55866b4a752a3157255 (patch) | |
tree | 55b82fd1f2b9622d038d43786e25b25ca3eee70b | |
parent | b7280a442e0c36826bcab31ee359d0e987d84dab (diff) | |
download | volse-hubzilla-ab0e2f5236d9aeec76e5b55866b4a752a3157255.tar.gz volse-hubzilla-ab0e2f5236d9aeec76e5b55866b4a752a3157255.tar.bz2 volse-hubzilla-ab0e2f5236d9aeec76e5b55866b4a752a3157255.zip |
Update language.php
-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 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"); } /** |