Author: sevein
Date: Thu Aug 23 15:53:22 2012
New Revision: 12189

Log:
Use __toString(), it may be a fix for issue 2417

Modified:
   trunk/lib/helper/QubitHelper.php

Modified: trunk/lib/helper/QubitHelper.php
==============================================================================
--- trunk/lib/helper/QubitHelper.php    Thu Aug 23 15:32:29 2012        (r12188)
+++ trunk/lib/helper/QubitHelper.php    Thu Aug 23 15:53:22 2012        (r12189)
@@ -191,7 +191,7 @@
 
   if ($item instanceof QubitInformationObject)
   {
-    $dataTitle = $item->levelOfDescription;
+    $dataTitle = $item->levelOfDescription->__toString();
 
     if (0 < strlen($dataTitle))
     {

-- 
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