Index: trunk/phase3/includes/libs/spyc.php |
— | — | @@ -125,7 +125,7 @@ |
126 | 126 | $indent += $this->_dumpIndent; |
127 | 127 | // Yamlize the array |
128 | 128 | $string .= $this->_yamlizeArray( $value, $indent ); |
129 | | - } elseif ( !is_array( $value ) ) { |
| 129 | + } else { |
130 | 130 | // It doesn't have children. Yip. |
131 | 131 | $string = $this->_dumpNode( $key, $value, $indent ); |
132 | 132 | } |