From ad15ebbd1f0c474d6391b70feea52a4c492bc824 Mon Sep 17 00:00:00 2001 From: Christian Weber Date: Sat, 6 Oct 2007 21:45:14 +0000 Subject: calling text() with 3 args is obsolete, also for us :) --- it_text.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_text.class') 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); } -- cgit v1.2.3