@@ -42,7 +42,7 @@ |
||
| 42 | 42 | $xml_array = (array) $xml; |
| 43 | 43 | if(count($xml_array) == 1 and is_numeric(key($xml_array))) { |
| 44 | 44 | $result = (string) $xml; |
| 45 | - }else{ |
|
| 45 | + } else{ |
|
| 46 | 46 | $result = null; |
| 47 | 47 | } |
| 48 | 48 | unset($xml_array); |