@@ -86,7 +86,7 @@ |
||
86 | 86 | { |
87 | 87 | $propertyArray = $item->PageMap->xpath('DataObject[@type="'.$type.'"]/Attribute[@name="'.$attribute.'"]/@value'); |
88 | 88 | |
89 | - if (! count($propertyArray)) { |
|
89 | + if (!count($propertyArray)) { |
|
90 | 90 | return ''; |
91 | 91 | } |
92 | 92 |