From: Niklas Laxström Date: Wed, 7 Nov 2007 19:45:57 +0000 (+0000) Subject: * E_STRICT X-Git-Tag: 1.31.0-rc.0~50958 X-Git-Url: https://git.cyclocoop.org/admin/%7B%7Blocalurl:Special:UserLogin%7D%7D?a=commitdiff_plain;h=c031d6ea3103614c79940e66bc5a685866b52fdf;p=lhc%2Fweb%2Fwiklou.git * E_STRICT --- diff --git a/languages/classes/LanguageHy.php b/languages/classes/LanguageHy.php index 34fb6c749e..236e8ba278 100644 --- a/languages/classes/LanguageHy.php +++ b/languages/classes/LanguageHy.php @@ -49,7 +49,7 @@ class LanguageHy extends Language { return $word; } - function convertPlural( $count, $wordform1, $wordform2) { + function convertPlural( $count, $wordform1, $wordform2, $w3, $w4, $w5) { $count = str_replace (' ', '', $count); if (abs($count) <= 1) { return $wordform1;