diff --git a/var/Typecho/I18n/GetTextMulti.php b/var/Typecho/I18n/GetTextMulti.php index 5338da47..0596b740 100644 --- a/var/Typecho/I18n/GetTextMulti.php +++ b/var/Typecho/I18n/GetTextMulti.php @@ -79,6 +79,8 @@ class Typecho_I18n_GetTextMulti */ public function ngettext($single, $plural, $number) { + $count = -1; + foreach ($this->_handles as $handle) { $string = $handle->ngettext($single, $plural, $number, $count); if (-1 != $count) {