Modified:
/trunk/src/UI/HTML/Exception/TraceViewer.php5
=======================================
--- /trunk/src/UI/HTML/Exception/TraceViewer.php5 Thu Sep 23 15:23:16 2010
+++ /trunk/src/UI/HTML/Exception/TraceViewer.php5 Thu Mar 1 03:55:10 2012
@@ -207,6 +207,7 @@
*/
protected static function convertArrayToString( $array, $breakMode,
$level = 1 )
{
+ $list = array();
foreach( $array as $key => $value )
{
$string = self::convertArgumentToString( $value, $breakMode, $level+1 );