r1174: $isso isn't the right framework variable
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 19 Sep 2006 01:31:10 +0000 (01:31 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 19 Sep 2006 01:31:10 +0000 (01:31 +0000)
docs/changes.txt
includes/language.php

index e52689d39508805aa9112e7151ba0c43ab69a94e..d5aa02a447ec21b6f11076af6e4c57f354758050 100644 (file)
@@ -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
index 82fee9de9d9163ad1e86ebcf7f4b10ede3ea7bf6..205792f443f225862eec4b43655e0c8a06487cb5 100644 (file)
@@ -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');
 }
 
 // ###################################################################