diff options
Diffstat (limited to 'it_text.class')
-rw-r--r-- | it_text.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_text.class b/it_text.class index 3d1ac69..f8b2583 100644 --- a/it_text.class +++ b/it_text.class @@ -125,7 +125,7 @@ function text($label, $language = null, $buggy = false) */ function etext($label, $values = null, $language = null) { - return $this->transmogrify($this->text($label, null, $language), $values); + return $this->transmogrify($this->text($label, $language), $values); } |