From 59f779e6d8cd1b3b82363851a6d45a50d54fce0d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 19 Sep 2006 01:31:10 +0000 Subject: [PATCH] r1174: $isso isn't the right framework variable --- docs/changes.txt | 4 ++++ includes/language.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index e52689d..d5aa02a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,3 +1,7 @@ +1.1.0 +=============================== +- When gettext is not installed, a "method call on unobject" error is thrown + 1.1.0 Release Candidate 1 =============================== - Fixed many problems with install/install.php diff --git a/includes/language.php b/includes/language.php index 82fee9d..205792f 100644 --- a/includes/language.php +++ b/includes/language.php @@ -30,7 +30,7 @@ if (!function_exists('gettext')) function textdomain() {} function bind_textdomain_codeset() {} - $isso->debug('NOTICE: gettext not installed'); + $bugsys->debug('NOTICE: gettext not installed'); } // ################################################################### -- 2.22.5