[limb-svn] r6430 - 3.x/trunk/limb/web_agent/src

svn at limb-project.com svn at limb-project.com
Tue Oct 16 17:09:37 MSD 2007


Author: cmz
Date: 2007-10-16 17:09:37 +0400 (Tue, 16 Oct 2007)
New Revision: 6430
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6430

Modified:
   3.x/trunk/limb/web_agent/src/lmbWebAgentValues.class.php
Log:
- fixed lmbWebAgentValues::convert(): the method use lmbObject::export() now

Modified: 3.x/trunk/limb/web_agent/src/lmbWebAgentValues.class.php
===================================================================
--- 3.x/trunk/limb/web_agent/src/lmbWebAgentValues.class.php	2007-10-16 12:32:52 UTC (rev 6429)
+++ 3.x/trunk/limb/web_agent/src/lmbWebAgentValues.class.php	2007-10-16 13:09:37 UTC (rev 6430)
@@ -24,7 +24,7 @@
 
   function convert($encoding)
   {
-    $vars = $this->_getObjectVars();
+    $vars = $this->export();
     if($encoding != 'utf-8')
     {
       foreach($vars as &$var)



More information about the limb-svn mailing list