@@ -304,9 +304,9 @@ |
||
304 | 304 | $clearData = $data['entry']['content']['m:properties']; |
305 | 305 | if (is_array($clearData)) { |
306 | 306 | foreach ($clearData as $key => $value) { |
307 | - if(is_array($value)){ |
|
307 | + if (is_array($value)) { |
|
308 | 308 | $__data[substr($key, 2)] = $value['@value']; |
309 | - } else{ |
|
309 | + } else { |
|
310 | 310 | $__data[substr($key, 2)] = $value; |
311 | 311 | } |
312 | 312 | } |