From 2a272cec5663a856c88ebf95e8c2ef548f429c21 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 12 Oct 2006 04:35:38 +0000 Subject: [PATCH] Change the language call --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 80f1c4e..2a37556 100644 --- a/template.php +++ b/template.php @@ -84,7 +84,7 @@ class Template * @var string * @access private */ - var $langcall = '$GLOBALS[\'isso:callback\']->modules[\'localize\']->string'; + var $langcall = 'gettext'; /** * The name of the function phrases are sprintf() parsed with -- 2.22.5