From ab0e2f5236d9aeec76e5b55866b4a752a3157255 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Sun, 14 Oct 2018 22:28:14 +0200 Subject: Update language.php --- include/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/language.php') 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"); } /** -- cgit v1.2.3