при добавлении, редактировании объявления
http://new.mebelbali.ru/apartments/back ... date?id=33Array to string conversion
/opt/bitnami/apps/openrealestate/htdocs/protected/modules/apartments/views/backend/fields/references.php(26)
14 if(!isset($category['type'])){
15 continue;
16 }
17
18 if ($category['type'] == ReferenceCategories::TYPE_STANDARD) {
19 if (isset($category['values']) && $category['values'] && isset($category['title'])) {
20
21 if ($prev != $category['style']) {
22 $column2 = 0;
23 $column3 = 0;
24 echo '<div class="clear"> </div>';
25 }
26 $$category['style']++;