aboutsummaryrefslogtreecommitdiffstats
path: root/include/language.php
diff options
context:
space:
mode:
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");
}
/**