Author: sevein
Date: Sat Oct  9 05:38:38 2010
New Revision: 8036

Log:
Load escaping helper (see r8009). Fixes issue 1786.

Modified:
   trunk/lib/model/QubitInformationObject.php
   trunk/lib/model/QubitTerm.php

Modified: trunk/lib/model/QubitInformationObject.php
==============================================================================
--- trunk/lib/model/QubitInformationObject.php  Sat Oct  9 05:24:00 2010        
(r8035)
+++ trunk/lib/model/QubitInformationObject.php  Sat Oct  9 05:38:38 2010        
(r8036)
@@ -1688,7 +1688,7 @@
 
   public static function renderYuiNodes($tree, $options = array())
   {
-    ProjectConfiguration::getActive()->loadHelpers(array('Qubit', 'Text'));
+    ProjectConfiguration::getActive()->loadHelpers(array('Qubit', 'Text', 
'Escaping'));
 
     $yuiTree = array();
     foreach ($tree as $key => $item)

Modified: trunk/lib/model/QubitTerm.php
==============================================================================
--- trunk/lib/model/QubitTerm.php       Sat Oct  9 05:24:00 2010        (r8035)
+++ trunk/lib/model/QubitTerm.php       Sat Oct  9 05:38:38 2010        (r8036)
@@ -933,7 +933,7 @@
 
   public static function renderYuiNodes($tree, $options = array())
   {
-    ProjectConfiguration::getActive()->loadHelpers(array('Qubit', 'Text'));
+    ProjectConfiguration::getActive()->loadHelpers(array('Qubit', 'Text', 
'Escaping'));
 
     $yuiTree = array();
     foreach ($tree as $key => $item)

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to