From 7258d68335eeee6fcd9339817b7e741295c34fe3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 00:36:08 +0000 Subject: [PATCH] $GLOBALS['isso:callback'] change --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 429259d..eaf6137 100644 --- a/template.php +++ b/template.php @@ -84,7 +84,7 @@ class Template * @var string * @access private */ - var $langcall = '$GLOBALS[\'isso:null-framework\']->modules[\'localize\']->string'; + var $langcall = '$GLOBALS[\'isso:callback\']->modules[\'localize\']->string'; /** * The name of the function phrases are sprintf() parsed with -- 2.43.5